Ejemplo n.º 1
0
 public static ClientPayrollRep GetInstance()
 {
     if (singleton == null)
     {
         singleton = new ClientPayrollRep();
     }
     return(singleton);
 }
Ejemplo n.º 2
0
 private void ClientPayrollRep_FormClosed(object sender, FormClosedEventArgs e)
 {
     singleton = null;
 }