public static FindWindow GetInstance() { if (instance == null) { instance = new FindWindow(); } return(instance); }
private void Window_Closed(object sender, EventArgs e) { instance = null; }