摘要:
1 private void callApibjhb() 2 { 3 //输出执行的开始时间 4 Console.WriteLine(string.Format("Bind {0}", DateTime.Now)); 5 Thread T = new Thread(() => 6 ... 阅读全文
摘要:
1 private void FrmMain_FormClosing(object sender, FormClosingEventArgs e) 2 { 3 System.Environment.Exit(0); 4 } 阅读全文
摘要:
1.第一次窗体显示前发生: 2.主窗体Load事件 阅读全文