예제 #1
0
        public bool ISselected(int id, int tabid)
        {
            int count = B_Lebi_TabChild.Counts("tabid=" + tabid + " and protypeid=" + id);

            if (count > 0)
            {
                return(true);
            }
            return(false);
        }