コード例 #1
0
        //Fetch Events
        private void fetchEventsList()
        {
            listBoxEvents.Items.Clear();

            if (LogicServices.GetEventsCount() > 0)
            {
                new Thread(fillListBoxEvents).Start();
            }
        }