Exemplo n.º 1
0
 public static void ShowSchedules()
 {
     if (singletonInstance == null)
     {
         singletonInstance = new FormSchedules();
     }
     singletonInstance.Show();
     singletonInstance.Focus();
 }
Exemplo n.º 2
0
 private void OnClosed(object sender, System.EventArgs e)
 {
     singletonInstance = null;
 }