Exemplo n.º 1
0
 public BacktestImportWindow()
 {
     ViewModel   = new BacktestImportViewModel(new DialogService(this));
     DataContext = ViewModel;
     InitializeComponent();
     Canceled = true;
 }
Exemplo n.º 2
0
 public BacktestImportWindow()
 {
     ViewModel   = new BacktestImportViewModel(DialogCoordinator.Instance);
     DataContext = ViewModel;
     InitializeComponent();
     Canceled = true;
 }
Exemplo n.º 3
0
 public BacktestImportWindow()
 {
     ViewModel = new BacktestImportViewModel(DialogCoordinator.Instance);
     DataContext = ViewModel;
     InitializeComponent();
     Canceled = true;
 }