コード例 #1
0
ファイル: DesignerHost.cs プロジェクト: WasimAhmad/POS-1
        public DesignerHost(Control parent)
        {
            this.Parent = parent;

            this.InitializeComponent();

            this.rd = new RuntimeDesigner();
        }
コード例 #2
0
ファイル: DesignerHost.cs プロジェクト: WasimAhmad/POS-1
        public DesignerHost()
        {
            this.InitializeComponent();

            this.rd = new RuntimeDesigner();
        }