Example #1
0
 public NuevoControlIgG(Utils.MainUtils.Controles control)
 {
     InitializeComponent();
     time_FechaFin.Value            = DateTime.Now;
     time_FechaInicio.Value         = DateTime.Now;
     this.control                   = control;
     time_FechaInicio.ValueChanged += time_FechaInicio_ValueChanged;
     time_FechaFin.ValueChanged    += time_FechaFinalizadoValueChanged;
 }
Example #2
0
 public NuevoControlRV(Utils.MainUtils.Controles control)
 {
     InitializeComponent();
     this.control = control;
 }