public Skushopingchart(NewShopingchart newShopingchart) { InitializeComponent(); Switcher.pageSwitchernewskushoping = this; this.newShopingchart = newShopingchart; this.Init(); }
private void NewShopingChart_Click(object sender, RoutedEventArgs e) { NewShopingchart newShopingchart = new NewShopingchart(); Switcher.SwitchPurchaseDocument(newShopingchart); }
public Skuservice(NewShopingchart newshoping) { InitializeComponent(); this.newshoping = newshoping; this.Init(); }