예제 #1
0
        public bool RemoveCategory(uint ID)
        {
            bool res = krnGateway.RemoveCategory(ID);

            if (OnCategoryListChanged != null)
            {
                OnCategoryListChanged(this, null);
            }
            return(res);
        }