예제 #1
0
파일: Form2.cs 프로젝트: TN-1/Kode_Desktop
 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();
 }