txtCaducidadDesdeHasta.cs
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Drawing;
5 using System.Data;
6 using System.Linq;
7 using System.Text;
8 using System.Windows.Forms;
9 
10 namespace sage.ew.txtbox.UserControls
11 {
16  {
21  {
22  InitializeComponent();
23  }
24 
29  public txtCaducidadDesdeHasta(bool tlEditando = false)
30  : base(tlEditando)
31  {
32  InitializeComponent();
33  }
34 
39  protected override void OnLoad(EventArgs e)
40  {
41  base.OnLoad(e);
42 
43  ewchkboxTodos.Checked = true;
44  }
45  }
46 }
override void OnLoad(EventArgs e)
Método sobreescrito OnLoad
txtCaducidadDesdeHasta(bool tlEditando=false)
Constructor de la clase