Exemple #1
0
 public static RepManagement GetInstance()
 {
     if (singleton == null)
     {
         singleton = new RepManagement();
     }
     return(singleton);
 }
Exemple #2
0
 private void RepManagement_FormClosed(object sender, FormClosedEventArgs e)
 {
     singleton = null;
 }