Example #1
0
 public static FormVoucher GetForm()
 {
     if (Instancia == null)
     {
         Instancia             = new FormVoucher();
         Instancia.FormClosed += new FormClosedEventHandler(Reset);
     }
     return(Instancia);
 }
Example #2
0
 private static void Reset(object sender, FormClosedEventArgs e)
 {
     Instancia = null;
 }