示例#1
0
 void IConsoleInteraction.Clear()
 {
     ConsoleOutputRows.Clear();
     ConsoleOutputRows.Add(string.Empty);
 }