Esempio n. 1
0
 public static void Execute(IWin32Window owner)
 {
     using (var form = new PaymentTypesForm())
     {
         form.ShowDialog(owner);
     }
 }
Esempio n. 2
0
 public static void Execute(IWin32Window owner)
 {
     using (var form = new PaymentTypesForm())
     {
         form.ShowDialog(owner);
     }
 }