Example #1
0
 /// <summary>
 /// 이 인스턴스의 위치에 출력했던 내용을 제거합니다.
 /// </summary>
 public void Depresent()
 {
     ConsoleScreen.Present(new string(' ', asciiLength), left, top, length);
 }
Example #2
0
 /// <summary>
 /// 이 인스턴스를 사용하여 콘솔창에 출력합니다.
 /// </summary>
 public void Present()
 {
     ConsoleScreen.Present(this);
 }