Ejemplo n.º 1
0
        private void btnSetup_Click(object sender, EventArgs e)
        {
            FrmSetup fs = new FrmSetup(this);

            fs.ShowDialog();
        }
Ejemplo n.º 2
0
 private void btnSetup_Click(object sender, EventArgs e)
 {
     FrmSetup fs = new FrmSetup(this);
     fs.ShowDialog();
 }
Ejemplo n.º 3
0
        private void 设置ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmSetup fs = new FrmSetup(this);

            fs.ShowDialog();
        }
Ejemplo n.º 4
0
 private void 设置ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FrmSetup fs = new FrmSetup(this);
     fs.ShowDialog();
 }