Ejemplo n.º 1
0
 private static void end_update(IBeginEndUpdate c)
 {
     if (c != null)
     {
         c.func_end_update();
     }
 }
Ejemplo n.º 2
0
 private static void begin_update(CellRange viz, IBeginEndUpdate c)
 {
     if (c != null)
     {
         c.func_begin_update(viz);
     }
 }