Ejemplo n.º 1
0
 public static EditFisherWindow GetInstance()
 {
     if (_instance == null)
     {
         _instance = new EditFisherWindow();
     }
     return(_instance);
 }
Ejemplo n.º 2
0
 private void OnWindowClosed(object sender, EventArgs e)
 {
     ((MainWindow)Owner).ChildFormClosed();
     _instance = null;
 }