Example #1
0
 public static InputMatchs GetInstance()
 {
     if (frm == null)
     {
         frm = new InputMatchs();
     }
     return frm;
 }
Example #2
0
 private void DateForm_FormClosing(object sender, FormClosingEventArgs e)
 {
     frm = null;
 }