예제 #1
0
파일: Form1.cs 프로젝트: nichdu/jeopardy
 public MainForm(string jgPath)
 {
     using (var form = new nameForm())
     {
         form.ShowDialog();
         constr(jgPath, form.player1Name, form.player2Name, form.player3Name);
     }
 }
예제 #2
0
파일: Form1.cs 프로젝트: tjarksaul/jeopardy
 public MainForm(string jgPath)
 {
     using (var form = new nameForm())
     {
         form.ShowDialog();
         constr(jgPath, form.player1Name, form.player2Name, form.player3Name);
     }
 }