public NotificationModel()
 {
     ProcessFileCommand         = new ProcessFileCommand(this);
     ChooseCountryFolderCommand = new ChooseCountryFolderCommand(this);
     ChooseFileCommand          = new ChooseFileCommand(this);
     FilePathLabel          = StringConsts.FilePathLabelConst;
     FileProcessingLabel    = StringConsts.FileProcessingLabelConst;
     CountryFolderPathLabel = StringConsts.CountryFolderPathLabelConst;
 }
示例#2
0
 public MainViewModel()
 {
     ProcessFileCommand         = new ProcessFileCommand(this);
     ChooseCountryFolderCommand = new ChooseCountryFolderCommand(this);
     ChooseFileCommand          = new ChooseFileCommand(this);
     FilePathLabel           = StringConsts.FilePathLabelConst;
     FileProcessingLabel     = StringConsts.FileProcessingLabelConst;
     CountryFolderPathLabel  = StringConsts.CountryFolderPathLabelConst;
     FileProcessingLabelData = string.Empty;
 }