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

            Switcher.SwitchPurchaseDocument(newShopingchart);
        }
Ejemplo n.º 3
0
 public Skuservice(NewShopingchart newshoping)
 {
     InitializeComponent();
     this.newshoping = newshoping;
     this.Init();
 }