Example #1
0
 public PaymentTerm(NewSalesQuotation paymentTermForm)
 {
     InitializeComponent();
     this.paymentTermForm = paymentTermForm;
     this.Init();
 }
Example #2
0
 public Skuservice(NewSalesQuotation newquota)
 {
     InitializeComponent();
     this.newquota = newquota;
     this.Init();
 }
Example #3
0
        private void NewSalesQuotation_Click(object sender, RoutedEventArgs e)
        {
            NewSalesQuotation newSalesQuotation = new NewSalesQuotation();

            Switcher.Switch1(newSalesQuotation);
        }