Пример #1
0
 public PaymentSection(String type)
 {
     InitializeComponent();
     this.type = type;
     paymentManagerControler = new PaymentManagerControler(this);
     InvoiceId = 0;
 }
 public AddSellingInvoicePayment()
 {
     InitializeComponent();
     paymentManagerControler = new PaymentManagerControler(this);
 }