Example #1
0
        /// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
        /// //////////                                          Function                                         //////////
        /// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////

        private void listPD()
        {
            if (dtList != null)
            {
                dtList.Clear();
            }

            pd.getListPD(dtList);
            refreshList();
        }