コード例 #1
0
ファイル: App_Interface.cs プロジェクト: derrickcreamer/Floe
		public static void ShowSettings()
		{
			var settings = new Settings.SettingsWindow();
			settings.Owner = Application.Current.MainWindow;
			settings.ShowDialog();
			App.RefreshAttentionPatterns();
		}
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: UltraGameCoder/Floe
        public static void ShowSettings()
        {
            var settings = new Settings.SettingsWindow();

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