Example #1
0
 private void executeRemoveFittingCommand()
 {
     _table.RemoveFittings(_selectedFittingToRemove);
     IsEnabledRemove = false;
 }