Ejemplo n.º 1
0
        private void serviciosToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            Servicios Fomulario1 = new Servicios();

            Fomulario1.MdiParent = this;
            Fomulario1.Show();
        }
Ejemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     servicios.Show();
 }