示例#1
0
 private void btnLab1Start_Click(object sender, EventArgs e)
 {
     Lab1 Lab1 = new Lab1();
     Lab1.ShowDialog(); 
 }
示例#2
0
        private void btnLab1Start_Click(object sender, EventArgs e)
        {
            Lab1 Lab1 = new Lab1();

            Lab1.ShowDialog();
        }