Esempio n. 1
0
        public DesignerHost(Control parent)
        {
            this.Parent = parent;

            this.InitializeComponent();

            this.rd = new RuntimeDesigner();
        }
Esempio n. 2
0
        public DesignerHost()
        {
            this.InitializeComponent();

            this.rd = new RuntimeDesigner();
        }