Esempio n. 1
0
        void propEditController_PropClosed(PropEditController source, ShowPropAction arg)
        {
            uint itemIndex = propList.findItemWithData(arg);

            if (itemIndex != uint.MaxValue)
            {
                propList.removeItemAt(itemIndex);
            }
        }