Ejemplo n.º 1
0
 internal void ClearDestroy()
 {
     foreach (GErr gerr in this.gerrs)
     {
         gerr.ClearDestroy();
     }
     this.gerrs.Clear();
     this.gerrs = null;
     this.diw   = null;
 }
Ejemplo n.º 2
0
 internal void ClearDestroy()
 {
     foreach (GErr gerr in this.gerrs)
     {
         gerr.ClearDestroy();
     }
     this.gerrs.Clear();
     this.gerrs=null;
     this.diw=null;
 }
Ejemplo n.º 3
0
 // constructors
 public GErrList()
 {
     this.gerrs = new ArrayList();
     this.diw   = null;
 }
Ejemplo n.º 4
0
 // constructors
 public GErrList()
 {
     this.gerrs=new ArrayList();
     this.diw=null;
 }