示例#1
0
        private void IngresarDatos_Click(object sender, EventArgs e)
        {
            this.Hide();
            IngresarControlServicio objform2 = new IngresarControlServicio();

            objform2.ShowDialog();
        }
示例#2
0
文件: Form1.cs 项目: JoseJPe/ENA_NET
        private void Button1_Click(object sender, EventArgs e)
        {
            // ir a form: control y servicio
            this.Hide();
            IngresarControlServicio objform2 = new IngresarControlServicio();

            objform2.ShowDialog();
        }