Exemple #1
0
        private static string GetPropertyName(ControlCommands.CommandId commandId)
        {
            string result = string.Empty;

            result = commandId.ToString();
            return(result);
        }