Example #1
0
 public static InnerConsultWindow Instance()
 {
     if (null == _instance)
     {
         _instance = new InnerConsultWindow();
     }
     return(_instance);
 }
Example #2
0
 private void Close(object sender, EventArgs e)
 {
     _instance = null;
 }