Esempio n. 1
0
        public static bool Admin_GestureUpdate(string id, String isactive)
        {
            GestureTable gt = new GestureTable();

            return(gt.Update(id, isactive));
        }