public SavePIInfoCommand(PIInfoVM vm)
 {
     VM = vm;
 }
Пример #2
0
 public CancelPIInformationCommand(PIInfoVM vm)
 {
     VM = vm;
 }