Exemple #1
0
 private void ConsoleWrite(int x, int y, string s)
 {
     m_Curses.WriteString(x, y, s);
 }