Exemple #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            PMantenimiento pMant = new PMantenimiento();

            pMant.Visible = true;
            //pMant.SetBounds(0, 0, 600, 500);
            //if (pMant.Modal == true)
            //{
            //    pMant.FormBorderStyle = FormBorderStyle.FixedToolWindow;
            //    pMant.TopLevel = false;
            //}
        }
Exemple #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            PMantenimiento pMant = new PMantenimiento();

            pMant.Visible = true;
        }