public SavePIInfoCommand(PIInfoVM vm)
 {
     VM = vm;
 }
Ejemplo n.º 2
0
 public CancelPIInformationCommand(PIInfoVM vm)
 {
     VM = vm;
 }