Пример #1
0
        public static ArrayList ShowAllNotices()
        {
            ArrayList x = new ArrayList();

            x = Notices.GetAllNotices();
            return(x);
        }