Exemplo n.º 1
0
 public GMEConsole()
 {
     error   = new GMETextWriter(msgtype_enum.MSG_ERROR, this);
     warning = new GMETextWriter(msgtype_enum.MSG_WARNING, this);
     info    = new GMETextWriter(msgtype_enum.MSG_INFO, this);
     normal  = new GMETextWriter(msgtype_enum.MSG_NORMAL, this);
 }
 public GMEConsole()
 {
     error = new GMETextWriter(msgtype_enum.MSG_ERROR, this);
     warning = new GMETextWriter(msgtype_enum.MSG_WARNING, this);
     info = new GMETextWriter(msgtype_enum.MSG_INFO, this);
     normal = new GMETextWriter(msgtype_enum.MSG_NORMAL, this);
 }