public Game(string strDisplay, GameContextConfig pConfig, string title, WindowStyle style) { m_strDisplay = strDisplay; m_pContextConfig = pConfig; m_pGameWindow = new BaseGameWindow(this, title, style); m_pGameWindow.Create(); }