コード例 #1
0
        /// <summary>
        /// The event handler that is called when the user selects the "Font and Colors" command in the settings pane.
        /// </summary>
        /// <param name="command">Represents the invoked command.</param>
        void OnColorsCommand(IUICommand command)
        {
            ColorSettingsFlyout mypane = new ColorSettingsFlyout();

            //mypane.Width = settingsWidth;
            mypane.Show();
        }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: yiyi99/RemoteTerminal
 /// <summary>
 /// The event handler that is called when the user selects the "Font and Colors" command in the settings pane.
 /// </summary>
 /// <param name="command">Represents the invoked command.</param>
 void OnColorsCommand(IUICommand command)
 {
     ColorSettingsFlyout mypane = new ColorSettingsFlyout();
     //mypane.Width = settingsWidth;
     mypane.Show();
 }