Пример #1
0
        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
        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();
        }