Ejemplo n.º 1
0
 public void Log(string msg)
 {
     view.showLog(TimeUtil.GetCurrentTime() + "\r\n" + msg);
     Console.WriteLine(msg);
 }