Exemple #1
0
        public ConEmuWindow() : base(null)
        {
            this.Caption = ProductEnvironment.Instance.GetWindowCaption();

            m_ConEmuControl = new ConEmuWindowControl();
            m_ConEmuControl.ConEmuClosed += ConEmuClosed;
            this.Content = m_ConEmuControl;
        }