Ejemplo n.º 1
0
        internal void AddWindow(string name, IDebugConsoleWindow window)
        {
            int windowId = this.windowNames.Count;

            this.windowNames.Add(windowId, name);

            this.windows.Add(windowId, window);

            window.SetupWindow(windowId, this);
        }