示例#1
0
 public static WindControl wind()
 {
     if (frm.IsDisposed)
     {
         frm = new WindControl();
         return(frm);
     }
     else
     {
         return(frm);
     }
 }
示例#2
0
 private void button3_Click(object sender, EventArgs e)
 {
     WindControl.wind().Show();
     WindControl.wind().Activate();
 }