Example #1
0
 public void Add(dbugLayoutMsg msg)
 {
     msg.indentLevel = this.currentIndentLevel;
     allMessages.Add(msg);
 }
 public void dbug_AddMessage(dbugLayoutMsg msg)
 {
     dbug_rootDrawingMsg.AddLast(msg);
 }
Example #3
0
 public void Add(dbugLayoutMsg msg)
 {
     msg.indentLevel = this.currentIndentLevel;
     allMessages.Add(msg);
 }
Example #4
0
 public void dbug_AddMessage(dbugLayoutMsg msg)
 {
     dbug_rootDrawingMsg.AddLast(msg);
 }