Exemple #1
0
 public ImportModeViewModel()
 {
     NextStepCommand     = new RelayCommand(NextStep);
     PreviousStepCommand = new RelayCommand(PreviousStep);
     DuplicateOptions    = new ImportDuplicateOptionsViewModel();
     Timing = new SrsTimingViewModel();
 }
 public ImportModeViewModel()
 {
     NextStepCommand = new RelayCommand(NextStep);
     PreviousStepCommand = new RelayCommand(PreviousStep);
     DuplicateOptions = new ImportDuplicateOptionsViewModel();
     Timing = new SrsTimingViewModel();
 }