Exemple #1
0
 public TransformCommand(ImportedVm vm)
 {
     Vm = vm;
 }
Exemple #2
0
 public ExportCsvCommand(ImportedVm vm)
 {
     Vm = vm;
 }
Exemple #3
0
 public RefreshDataCommand(ImportedVm vm)
 {
     Vm = vm;
 }