예제 #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            hyflglfwForm hyflgl = hyflglfwForm.Create();

            hyflgl.Show();
            hyflgl.Focus();
        }
예제 #2
0
        private void 分类服务ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (!FilterClass.flgl())
            {
                MessageBox.Show("无权操作!");
                return;
            }
            hyflglfwForm hyflgl = hyflglfwForm.Create();

            hyflgl.Show();
            hyflgl.Focus();
        }