Inheritance: System.Windows.Forms.Form
示例#1
0
 private void button3_Click(object sender, EventArgs e)
 {
     Forms.Setup setup = new Forms.Setup();
     setup.ShowDialog();
 }
示例#2
0
 private void button3_Click(object sender, EventArgs e)
 {
     Forms.Setup setup = new Forms.Setup();
     setup.ShowDialog();
 }
示例#3
0
 static void ShowSetup()
 {
     Forms.Setup setup = new Forms.Setup();
     setup.ShowDialog();
 }
示例#4
0
 static void ShowSetup()
 {
     Forms.Setup setup = new Forms.Setup();
     setup.ShowDialog();
 }