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