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