Beispiel #1
0
 private void OnCancelCommand()
 {
     if (productPartTimeWindowState == ProductPartTimeWindowState.Modify)
     {
         SelectProductPartTimeEntity.Update();
         SelectProductPartTimeEntity.RaisALL();
         productPartTimeWindowState = ProductPartTimeWindowState.NO;
     }
     IsNotAddorModify = true;
 }
Beispiel #2
0
 private void OnModifyCommand()
 {
     IsNotAddorModify = false;
     SelectProductPartTimeEntity.Update();
     productPartTimeWindowState = ProductPartTimeWindowState.Modify;
 }