public SelectReportFileCommand(SourceFile tb, ValidationViewModel model)
 {
     FileSelector = ContainerBootstrapper.Instance.Container.Resolve<ISaveFileSelector>();
     _currentFile = tb;
     _vm = model;
 }
Exemplo n.º 2
0
 public SelectFileCommand(SourceFile tb, ValidationViewModel model)
 {
     _currentFile = tb;
     _vm = model;
 }