예제 #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();
        }