示例#1
0
 private void PutScreen(string text)
 {
     _telaAtual.Escreve(text);
     UpdateScreen();
 }