Exemplo n.º 1
0
 public void AKR_Utils_ColorAreasTable()
 {
     CommandStart.Start(doc =>
     {
         var colorAreasTableUtils = new Utils.ColorAreaTable.UtilsColorAreasTible(doc);
         colorAreasTableUtils.CreateTable();
     });
 }
Exemplo n.º 2
0
 public void AKR_Utils_ColorAreasTable()
 {
     CommandStart.Start(doc =>
     {
         var colorAreasTableUtils = new Utils.ColorAreaTable.UtilsColorAreasTible(doc);
         colorAreasTableUtils.CreateTable();
     });
 }