Esempio n. 1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
         if (oDa != null)
         {
             oDa.Dispose();
             oDa = null;
         }
 }
Esempio n. 2
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVTD_OVEN_GROU()
 {
     oDa = new DASales();
 }
Esempio n. 3
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVTD_OVEN()
 {
     oDa = new DASales();
 }
Esempio n. 4
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVTD_COTI_GROU()
 {
     oDa = new DASales();
 }
Esempio n. 5
0
 /// <summary>
 /// CONSTRUCTOR DE LA CLASE
 /// </summary>
 public BRSVTD_COTI()
 {
     oDa = new DASales();
 }