日期:2014-05-18 浏览次数:20936 次
private void Z主窗体_Load(object sender, EventArgs e)
{
if (1 = 1)
{
//运行程序时,在这里让程序停顿1秒后,再执行下面的代码
//不用Timer控件
}
....
}