Example #1
0
        private void btn_ayuda_Click(object sender, EventArgs e)
        {
            item_manto.Visible     = false;
            item_reportes.Visible  = false;
            Item_Reservas.Visible  = false;
            item_servicios.Visible = false;
            item_principal.Visible = false;
            n = 0;
            btn_manto.ColorTable     = eButtonColor.Blue;
            btn_reserva.ColorTable   = eButtonColor.Blue;
            btn_servicios.ColorTable = eButtonColor.Blue;
            btn_reportes.ColorTable  = eButtonColor.Blue;
            frm_ayuda ayuda = new frm_ayuda();

            ayuda.ShowDialog();
        }
Example #2
0
        private void radial_ayuda_Click(object sender, EventArgs e)
        {
            frm_ayuda ayuda = new frm_ayuda();

            ayuda.ShowDialog();
        }