public PaymentTerm(NewSalesQuotation paymentTermForm) { InitializeComponent(); this.paymentTermForm = paymentTermForm; this.Init(); }
public Skuservice(NewSalesQuotation newquota) { InitializeComponent(); this.newquota = newquota; this.Init(); }
private void NewSalesQuotation_Click(object sender, RoutedEventArgs e) { NewSalesQuotation newSalesQuotation = new NewSalesQuotation(); Switcher.Switch1(newSalesQuotation); }