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