Exemplo n.º 1
0
 public static void Info(string format, params Object[] args)
 {
     if (enable)
     {
         ConsoleU.Info(format, args);
     }
 }
Exemplo n.º 2
0
 public static void Info(object msg)
 {
     if (enable)
     {
         ConsoleU.Info(msg);
     }
 }