예제 #1
0
        public static void DuplicateArrayElement(object userData)
        {
            InspectableProperty inspectableProperty = (InspectableProperty)userData;

            inspectableProperty.DuplicateCommand();
        }