Пример #1
0
        void View_OnInit(object sender, Views.UpLoadLowFileArgs e)
        {
            DataTable dtLowTemplate = Model.GetLowTemplate();

            View.ExeBindLowTemp(dtLowTemplate);
        }
Пример #2
0
        void View_OnInsertLowFile(object sender, Views.UpLoadLowFileArgs e)
        {
            bool IsInsert = Model.InsertLowFile(e.LowName, e.LowTypeId, e.WordFilepath, Convert.ToInt64(User.UserData.Rows[0]["USER_ID"]), e.WordFileName, e.HtmlFileName, e.HtmlFilepath);

            View.ExeShowLowIsInsert(IsInsert);
        }