private void btn_caja_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; Comprobante_Pago p = new Comprobante_Pago(); p.ShowDialog(); }
private void radial_caja_Click(object sender, EventArgs e) { Comprobante_Pago caja = new Comprobante_Pago(); caja.ShowDialog(); }