示例#1
0
        private static bool DeleteListItem(string publicKey)
        {
            gData = new DataMethods();

            return gData.ListItem_Delete(publicKey);
        }