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