public static AllSpeciesForm GetInstance(MainForm parent) { if (_instance == null) { _instance = new AllSpeciesForm(parent); } return(_instance); }
private void OnFormClosing(object sender, FormClosingEventArgs e) { global.SaveFormSettings(this); _instance = null; }