Exemple #1
0
        private void RecuperarProfes(object sender, EventArgs e)
        {
            RecuperarProfesores fh = new RecuperarProfesores();

            this.Visible = false;
            fh.ShowDialog();
            this.Visible = true;
        }
        public DocenteR(F2.PropiedadMaestro n, NGM ma)
        {
            InitializeComponent();
            maestro  = n as F2.PropiedadMaestro;
            materias = ma as NGM;
            LlenarCampos();
            mtd.LlenarData(DGV_g_m, ma);
            RecuperarProfesores g = new RecuperarProfesores();

            this.Width  = g.Width;
            this.Height = g.Height;
        }