public SavePIInfoCommand(PIInfoVM vm)
 {
     VM = vm;
 }
Beispiel #2
0
 public CancelPIInformationCommand(PIInfoVM vm)
 {
     VM = vm;
 }