Esempio n. 1
0
        public FrmInvr401(YR.ERP.Shared.UserInfo pUserInfo, vw_invr401 pInvr401Model, bool pAutoExecuted, bool pCloseAfterExecute)
        {
            InitializeComponent();

            this.LoginInfo  = pUserInfo;
            this.Vw_Invr401 = pInvr401Model;
            this.TabMaster.IsCloseAfterExecuted = pCloseAfterExecute;
            this.TabMaster.IsAutoExecuted       = pAutoExecuted;
        }
Esempio n. 2
0
        public FrmManr311(YR.ERP.Shared.UserInfo pUserInfo, vw_manr311 pManr311Model, bool pAutoExecuted, bool pCloseAfterExecute)
        {
            InitializeComponent();

            this.LoginInfo  = pUserInfo;
            this.Vw_Manr311 = pManr311Model;
            this.TabMaster.IsCloseAfterExecuted = pCloseAfterExecute;
            this.TabMaster.IsAutoExecuted       = pAutoExecuted;
        }
Esempio n. 3
0
        public FrmPurr500(YR.ERP.Shared.UserInfo pUserInfo, vw_purr500 pPurr500Model, bool pAutoExecuted, bool pCloseAfterExecute)
        {
            InitializeComponent();

            this.LoginInfo  = pUserInfo;
            this.Vw_Purr500 = pPurr500Model;
            this.TabMaster.IsCloseAfterExecuted = pCloseAfterExecute;
            this.TabMaster.IsAutoExecuted       = pAutoExecuted;
        }
Esempio n. 4
0
 public FrmInvi103(string pSourceForm, YR.ERP.Shared.UserInfo pUserInfo, string pWhere)
 {
     InitializeComponent();
     StrQueryWhereAppend = pWhere;
     this.LoginInfo      = pUserInfo;
 }