Example #1
0
 public IConsole TopHalf(string title = "top", WindowTheme border = null, WindowTheme window = null)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public IConsole RightHalf(WindowTheme theme = null)
 {
     throw new NotImplementedException();
 }