示例#1
0
 public void DrawTitle(int x, int y, string title)
 {
     DebugView.DrawString(x, y, title);
 }
示例#2
0
 protected void DrawString(string text)
 {
     DebugView.DrawString(50, TextLine, text);
     TextLine += 15;
 }