Exemplo n.º 1
0
        private void BtnIngresarControlServicio_Click(object sender, EventArgs e)
        {
            ControlServicio frm = new ControlServicio();

            frm.Show();
        }
Exemplo n.º 2
0
        private void BtnCtrlServ_Click(object sender, System.EventArgs e)
        {
            ControlServicio frm = new ControlServicio(cliente);

            frm.Show();
        }