public CommandConsoleWindow()
        {
            Style style = UserControlStyle.CreateUserControlStyle();

            style.TargetType = this.GetType();
            this.Style       = style;
            this.InitializeComponent();
        }
Exemple #2
0
        public UserControlTest()
        {
            Style style = UserControlStyle.CreateUserControlStyle();

            style.TargetType = this.GetType();
            this.Style       = style;
            this.InitializeComponent();
        }
        public MainMenuRegisterUserControl()
        {
            Style style = UserControlStyle.CreateUserControlStyle();

            style.TargetType = this.GetType();
            this.Style       = style;
            this.InitializeComponent();
        }
Exemple #4
0
        public InspectorWindow()
        {
            Style style = UserControlStyle.CreateUserControlStyle();

            style.TargetType = this.GetType();
            this.Style       = style;
            this.InitializeComponent();
        }