Ejemplo n.º 1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
         if (oDa != null)
         {
             oDa.Dispose();
             oDa = null;
         }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_USUA()
 {
     oDa = new DASecurity();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_MAIN()
 {
     oDa = new DASecurity();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMD_ACCE()
 {
     oDa = new DASecurity();
 }
Ejemplo n.º 5
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_OPCI()
 {
     oDa = new DASecurity();
 }
Ejemplo n.º 6
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_BUTT()
 {
     oDa = new DASecurity();
 }
Ejemplo n.º 7
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_COMP()
 {
     oDa = new DASecurity();
 }
Ejemplo n.º 8
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVMC_PERF()
 {
     oDa = new DASecurity();
 }