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