Example #1
0
        public bool UpdateLMINCCAppContext()
        {
            DB.AppContext db  = new DB.AppContext();
            bool          res = db.Update(NC.App.AppContext.ToDBElementList());

            if (res)
            {
                NC.App.AppContext.modified = false;
            }
            return(res);
        }
Example #2
0
 public bool UpdateLMINCCAppContext()
 {
     DB.AppContext db = new DB.AppContext();
     bool res = db.Update(NC.App.AppContext.ToDBElementList());
     if (res) NC.App.AppContext.modified = false;
     return res;
 }