示例#1
0
文件: Main.cs 项目: frijey/JMB-SALON
        private void devoluciónToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form f = new Registrar();

            f.ShowDialog();
            if (buscar)
            {
                buscar = false;
                Form h = new Registros();
                h.ShowDialog();
            }
            else
            {
            }
        }
示例#2
0
文件: Main.cs 项目: frijey/JMB-SALON
        private void btnReg_Click(object sender, EventArgs e)
        {
            Form f = new Registrar();

            f.ShowDialog();
            if (buscar)
            {
                buscar = false;
                Form h = new Registros();
                h.ShowDialog();
            }
            else
            {
            }
        }
示例#3
0
文件: Main.cs 项目: frijey/JMB-SALON
        private void btcsave_Click(object sender, EventArgs e)
        {
            Form f = new Registros();

            f.ShowDialog();
        }
示例#4
0
文件: Main.cs 项目: frijey/JMB-SALON
        private void pendienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form f = new Registros();

            f.ShowDialog();
        }