예제 #1
0
        }         // Write

        // ----------------------------------------------------------------------
        protected static void Write(string format, params object[] args)
        {
            ConsoleTool.Write(format, args);
        }         // Write
예제 #2
0
 // ----------------------------------------------------------------------
 protected static void Write(string text)
 {
     ConsoleTool.Write(text);
 }         // Write