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