ACAT.Lib.Core.Utility.WindowActiveWatchdog.getFormName C# (CSharp) 메소드

getFormName() 개인적인 메소드

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