Exemplo n.º 1
0
        protected override string GetItemType()
        {
            PersonalItem personalItem = new PersonalItem(string.Empty, string.Empty, new ItemClassficationEmnu(), string.Empty);
            string       itemType     = personalItem.GetType().ToString();

            return(itemType);
        }
Exemplo n.º 2
0
        private static string GetPersonalItemClass()
        {
            PersonalItem personalItem = new PersonalItem("", "", ItemClassficationEmnu.All, "");

            return(personalItem.GetType().ToString());
        }