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