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