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