Exemplo n.º 1
0
 public TransformCommand(ImportedVm vm)
 {
     Vm = vm;
 }
Exemplo n.º 2
0
 public ExportCsvCommand(ImportedVm vm)
 {
     Vm = vm;
 }
Exemplo n.º 3
0
 public RefreshDataCommand(ImportedVm vm)
 {
     Vm = vm;
 }