示例#1
0
 public void SetCharacter(int x, int y, char character)
 {
     _console.SetCharacter(x, y, character);
 }