Пример #1
0
 public STR_GraphicsEngine(string sWindowTitle, int iWindowWidthPx, int iWindowHeightPx)
 {
     monccConsoleConfig = new STR_ConsoleSupport.NATIVE_CONSOLE_CONFIG(sWindowTitle, iWindowWidthPx, iWindowHeightPx, false);
     moswStopwatch      = new Stopwatch( );
 }
 public STR_ConsoleWindow(STR_ConsoleSupport.NATIVE_CONSOLE_CONFIG nccConfig) : base(nccConfig.Title, nccConfig.WidthPx, nccConfig.HeightPx) => mogGraphics = nccConfig.GraphicsContext;