1 Star 0 Fork 1

阿炯/一起来击键

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
主界面窗体.cs 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
cloverlzy 提交于 2020-12-05 21:57 . v1.0版本
using System;
using System.Threading;
using System.Windows.Forms;
namespace 一起来击键
{
public partial class 主界面窗体 : Form
{
右下角通知窗体 tip = new 右下角通知窗体("欢迎使用一起来击键");
public 主界面窗体()
{
InitializeComponent();
ThreadStart childref = new ThreadStart(sleep);
Thread childThread = new Thread(childref);
childThread.Start();
}
void sleep()
{
tip.Show();
for (int i = 0; i < 3; i++)
{
Thread.Sleep(1000);
}
tip.Close();
}
private void main_windows_Load(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
数码输入窗体 form1 = new 数码输入窗体();
form1.Show();
}
private void button2_Click(object sender, EventArgs e)
{
文本输入窗体 文本窗口 = new 文本输入窗体();
文本窗口.Show();
}
private void label1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://gitee.com/cloverlzy/hit-the-keyboard");
}
private void button3_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://gitee.com/cloverlzy/hit-the-keyboard/releases");
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/syj1996/hit-the-keyboard.git
git@gitee.com:syj1996/hit-the-keyboard.git
syj1996
hit-the-keyboard
一起来击键
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385