示例#1
0
        private void EditProduction_Click(object sender, RoutedEventArgs e)
        {
            this.isEdit = true;
            NewProduction newProduction = new NewProduction(this);

            Switcher.SwitchProduction(newProduction);
        }
示例#2
0
 public Skuother(NewProduction newproduct)
 {
     InitializeComponent();
     this.newproduct = newproduct;
     this.Init();
 }
示例#3
0
 public FinisProduk(NewProduction newproduct)
 {
     InitializeComponent();
     this.newproduct = newproduct;
     this.Init();
 }