示例#1
0
        public bool ExecObjectInTextFormat(CommandData cmdData)
        {
            //This is a Debug Command to export the objects locally, ExecRequestReview does the full process
            //including ExportInTextFormat
            KBCodeReviewHelper.ExportObjectInTextFormat();

            return(true);
        }
        public bool ExecObjectInTextFormat(CommandData cmdData)
        {
            KBCodeReviewHelper.ExportObjectInTextFormat();

            return(true);
        }