예제 #1
0
 public static WindControl wind()
 {
     if (frm.IsDisposed)
     {
         frm = new WindControl();
         return(frm);
     }
     else
     {
         return(frm);
     }
 }
예제 #2
0
파일: MainForm.cs 프로젝트: ywz2198/Granary
 private void button3_Click(object sender, EventArgs e)
 {
     WindControl.wind().Show();
     WindControl.wind().Activate();
 }