Exemplo n.º 1
0
 public PayPaymentOrdersForm()
 {
     this.InitializeComponent();
     this.reestersPaymentOrderDict = new System.Collections.Hashtable();
     this.searchForm = new PayPaymentOrderSearchForm();
 }
Exemplo n.º 2
0
 public PaymentOrdersCashierForm()
 {
     this.InitializeComponent();
     this.searchForm = new PayPaymentOrderSearchForm();
 }