Exemplo n.º 1
0
        public ThreadsContent()
        {
            this.Text    = "Threads";
            this.Control = _threadsControl = new ThreadsControl()
            {
                Dock = System.Windows.Forms.DockStyle.Fill
            };
            this.DockState = LiteToolWindowDockState.BottomAutoHide;
            this.Icon      = Icon.FromHandle(Properties.Resources.threads.GetHicon());

            DebuggerBase.Instance.ExtensionHost.UILanguageChanged += ExtensionHost_UILanguageChanged;
            ExtensionHost_UILanguageChanged(null, null);
        }
        public ThreadsContent()
        {
            this.Text = "Threads";
            this.Control = _threadsControl = new ThreadsControl()
            {
                Dock = System.Windows.Forms.DockStyle.Fill
            };
            this.DockState = LiteToolWindowDockState.BottomAutoHide;
            this.Icon = Icon.FromHandle(Properties.Resources.threads.GetHicon());

            DebuggerBase.Instance.ExtensionHost.UILanguageChanged += ExtensionHost_UILanguageChanged;
            ExtensionHost_UILanguageChanged(null, null);
        }