Beispiel #1
0
        public void func_begin_update(CellRange viz)
        {
            _cd.func_begin_update(viz);

            // TODO flush some cells out of the cache?
        }
Beispiel #2
0
 public void func_begin_update(CellRange viz)
 {
     _next.func_begin_update(viz);
 }