コード例 #1
0
        private void FRM_JUGADAS_Load(object sender, EventArgs e)
        {
            ur.Formatear_fechas(ref dtdesde); //formatea fecha desde
            ur.Formatear_fechas(ref dthasta); //formatea fecha hasta
            CN.sr_llenar_loteria(ref cmbloteria, true);

            this.cmbloteria.SelectedIndex = 0;
        }
コード例 #2
0
        private void Reportes_Load(object sender, EventArgs e)
        {
            cmbloteria.Items.Add("TODOS");
            CN.sr_llenar_loteria(ref cmbloteria, false);
            this.cmbloteria.SelectedIndex = 0;

            ur.Formatear_fechas(ref dtdesde); //formatea fecha desde
            ur.Formatear_fechas(ref dthasta); //formatea fecha hasta

            sr_buscar();
        }
コード例 #3
0
 private void frm_ganyper_Load(object sender, EventArgs e)
 {
     ur.Formatear_fechas(ref dtdesde); //formatea fecha desde
     ur.Formatear_fechas(ref dthasta); //formatea fecha hasta
     ir_a_buscar();
 }