Exemple #1
0
 public static Turnos_Reporte Get_instancia()
 {
     if (Instancias == null)
     {
         Instancias = new Turnos_Reporte();
     }
     return(Instancias);
 }
        private void btn_Guardar_Click(object sender, EventArgs e)
        {
            Turnos_Reporte frm = Turnos_Reporte.Get_instancia();

            frm._estado_ = _est_;
            frm._texto_  = txt_Busqueda.Text;

            frm.ShowDialog();
        }