Esempio n. 1
0
		public static void ShowSettings()
		{
			var settings = new Settings.SettingsWindow();
			settings.Owner = Application.Current.MainWindow;
			settings.ShowDialog();
			App.RefreshAttentionPatterns();
		}
Esempio n. 2
0
        public static void ShowSettings()
        {
            var settings = new Settings.SettingsWindow();

            settings.Owner = Application.Current.MainWindow;
            settings.ShowDialog();
            App.RefreshAttentionPatterns();
        }