コード例 #1
0
ファイル: Aircraft_Info.cs プロジェクト: Bome1/AVLInterface
        private void cmdPrmptButton_Click(object sender, EventArgs e)
        {
            if (m_ap == null || m_ap.PrimaryInstance == null)
            {
                return;
            }

            CommandWindow cw = new CommandWindow(m_ap.PrimaryInstance);

            cw.Show();
        }
コード例 #2
0
ファイル: Aircraft_Info.cs プロジェクト: Bome1/AVLInterface
        private void cmdPrmptButton_Click(object sender, EventArgs e)
        {
            if (m_ap == null || m_ap.PrimaryInstance == null)
                return;

            CommandWindow cw = new CommandWindow(m_ap.PrimaryInstance);
            cw.Show();
        }