ACAT.Lib.Core.Utility.WindowActiveWatchdog.getFormName C# (CSharp) Method

getFormName() private method

Returns the name of the form
private getFormName ( ) : String
return String
        private String getFormName()
        {
            return (_form != null) ? _form.Name : "null";
        }