public static LandingSiteEditWindow GetInstance() { if (_instance == null) { _instance = new LandingSiteEditWindow(); } return(_instance); }
private void OnWindowClosed(object sender, EventArgs e) { _instance = null; }