Inheritance: System.Windows.Controls.UserControl
Exemplo n.º 1
0
        public MyToolWindow() : base(null)
        {
            this.Caption = "My toolwindow";

            m_toolWindowControl = new ToolWindowControl();

            this.Content = m_toolWindowControl;
        }
        public MyToolWindow()
            : base(null)
        {
            this.Caption = "My toolwindow";

             m_toolWindowControl = new ToolWindowControl();

             this.Content = m_toolWindowControl;
        }