SIL.FieldWorks.XWorks.FwXWindow.OnHelpReportProblem C# (CSharp) Метод

OnHelpReportProblem() защищенный Метод

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