public Skuother(NewReceivedGood newReceivedGood) { InitializeComponent(); this.newReceivedGood = newReceivedGood; this.Init(); }
public Skureceived(NewReceivedGood newquota) { InitializeComponent(); this.newquota = newquota; this.Init(); }
public Skuservicegood(NewReceivedGood neworder) { InitializeComponent(); this.neworder = neworder; this.Init(); }
private void NewReceivedGood_Click(object sender, RoutedEventArgs e) { NewReceivedGood v = new NewReceivedGood(); Switcher.Switchreceivedgood(v); }