예제 #1
0
 public VisualCellsCollectionEnumerator(VisualCellsCollection collection)
 {
     this.collection = collection;
 }
예제 #2
0
 public void Dispose()
 {
     this.collection = (VisualCellsCollection)null;
     this.current    = (GridCellElement)null;
 }
예제 #3
0
 public GridRowElement()
 {
     this.visualCells = new VisualCellsCollection(this);
 }