Example #1
0
 public static LGUSForm GetInstance()
 {
     if (_instance == null)
     {
         _instance = new LGUSForm();
     }
     return(_instance);
 }
Example #2
0
 private void OnFormClosed(object sender, FormClosedEventArgs e)
 {
     _instance = null;
     global.SaveFormSettings(this);
 }