Пример #1
0
        public static void DeleteArrayElement(object userData)
        {
            InspectableProperty inspectableProperty = (InspectableProperty)userData;

            inspectableProperty.DeleteCommand();
        }