Exemplo n.º 1
0
		public void Initialize()
		{
			ThemeContext = new ThemeViewModel();
		}
Exemplo n.º 2
0
		public void Initialize()
		{
			ThemeContext = new ThemeViewModel();
			ShowSettingsCommand = new RelayCommand(OnShowSettings);
			ShowErrorsFilterCommand = new RelayCommand(OnShowErrorsFilter);
		}