Beispiel #1
0
        private void 关于GSSToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutBoxGSS aboutbox = new AboutBoxGSS();

            aboutbox.ShowDialog();
        }
Beispiel #2
0
        private void 关于ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutBoxGSS form = new AboutBoxGSS();

            form.ShowDialog();
        }