Esempio n. 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            qtForm qt = qtForm.Create();

            qt.Show();
            qt.Focus();
        }
Esempio n. 2
0
        private void 其他ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (!FilterClass.qtfw())
            {
                MessageBox.Show("无权操作!");
                return;
            }
            qtForm qt = qtForm.Create();

            qt.Show();
            qt.Focus();
        }