public static BaseApp UseValidateExtensionsBugReporting(this BaseApp baseApp)
        {
            var bugReportingValidateExtensions = new BugReportingValidateExtensionsEventHandlers();

            bugReportingValidateExtensions.SubscribeToAll();

            return(baseApp);
        }
Example #2
0
        public static void AddValidateExtensionsBugReporting()
        {
            var bugReportingValidateExtensions = new BugReportingValidateExtensionsEventHandlers();

            bugReportingValidateExtensions.SubscribeToAll();
        }