Пример #1
0
        private void sancionesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frm_sanciones sanciones = new frm_sanciones(sIdEquipo);

            sanciones.MdiParent = this;
            sanciones.Show();
        }
Пример #2
0
        private void Btn_sanciones_Click(object sender, EventArgs e)
        {
            frm_sanciones frm = new frm_sanciones(sIdEquipo);

            frm.Show();
            Hide();
        }