Пример #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();
 }