Example #1
0
 public PayPaymentOrdersForm()
 {
     this.InitializeComponent();
     this.reestersPaymentOrderDict = new System.Collections.Hashtable();
     this.searchForm = new PayPaymentOrderSearchForm();
 }
 public PaymentOrdersCashierForm()
 {
     this.InitializeComponent();
     this.searchForm = new PayPaymentOrderSearchForm();
 }