txtReglasDesdeHasta.cs
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Data;
5 using System.Drawing;
6 using System.Text;
7 using System.Windows.Forms;
8 
9 using sage.ew.global;
11 
12 namespace sage.ew.txtbox.UserControls
13 {
17  public partial class txtReglasDesdeHasta : txtFiltroBase
18  {
23  {
24  this._Init();
25  }
26 
31  public txtReglasDesdeHasta(bool tlEditando = false)
32  : base(tlEditando)
33  {
34  this._Init();
35  }
36 
40  public override void _Init()
41  {
42  base._Init();
43 
44  _VariableFiltro = "reglas";
45 
46  this._oFiltroDesde = new txtReglas();
47  this._oFiltroHasta = new txtReglas();
48 
49  _Parametrizacion_Demorada();
50  }
51  }
52 }
Plantilla para la creación de controles de tipo Filtro
Definición del txtcodlabel de mantenimientos del addon
Definition: txtreglas.cs:18
txtReglasDesdeHasta(bool tlEditando=false)
Constructor con parámetro _Editando
override void _Init()
Método común para el constructor de la clase