示例#1
0
        /// <summary> 加载 新三包调件订单 用户控件
        /// </summary>
        void LoadUCSanBao()
        {
            this.panelArea.Controls.Clear();
            UserControlSanBaoView uc = new UserControlSanBaoView();

            this.panelArea.Controls.Add(uc);
            uc.Dock = System.Windows.Forms.DockStyle.Fill;
            uc.LoadControlInfo(yt_purchaseorder_model);
        }
示例#2
0
 /// <summary> 加载 新三包调件订单 用户控件
 /// </summary>
 void LoadUCSanBao()
 {
     this.panelArea.Controls.Clear();
     UserControlSanBaoView uc = new UserControlSanBaoView();
     this.panelArea.Controls.Add(uc);
     uc.Dock = System.Windows.Forms.DockStyle.Fill;
     uc.LoadControlInfo(yt_purchaseorder_model);
 }