SIL.FieldWorks.XWorks.FwXWindow.OnHelpReportProblem C# (CSharp) Method

OnHelpReportProblem() protected method

Show dialog to report a bug in the system
protected OnHelpReportProblem ( object args ) : bool
args object
return bool
		protected bool OnHelpReportProblem(object args)
		{
			ErrorReporter.ReportProblem(FwRegistryHelper.FieldWorksRegistryKey, m_app.SupportEmailAddress, this);
			return true;
		}
FwXWindow