public Skushopingchart(NewShopingchart newShopingchart)
 {
     InitializeComponent();
     Switcher.pageSwitchernewskushoping = this;
     this.newShopingchart = newShopingchart;
     this.Init();
 }
Beispiel #2
0
        private void NewShopingChart_Click(object sender, RoutedEventArgs e)
        {
            NewShopingchart newShopingchart = new NewShopingchart();

            Switcher.SwitchPurchaseDocument(newShopingchart);
        }
Beispiel #3
0
 public Skuservice(NewShopingchart newshoping)
 {
     InitializeComponent();
     this.newshoping = newshoping;
     this.Init();
 }