Esempio n. 1
0
 public void Clear()
 {
     for (int row = this.TopY; row <= this.BottomY; row++)
     {
         ConsoleManager.ClearAt(this.X, row);
     }
 }
Esempio n. 2
0
 public void Clear()
 {
     ConsoleManager.ClearAt(this.X, this.Y);
 }