Example #1
0
 private void CmdAddExecute()
 {
     AddOrUpdateATT winAdd = new AddOrUpdateATT(null, this.SelectedAttType.ID, this.SelectedSKUCGY.ID);
     winAdd.Owner = Application.Current.MainWindow;
     winAdd.HandleCompleted += AddOrUpdate_HandleCompleted;
     winAdd.Show();
 }