Choreoh.MainWindow.getComment C# (CSharp) Метод

getComment() приватный Метод

private getComment ( ) : String
Результат String
        String getComment()
        {
            if (this.comment != null)
            {
                return this.comment;
            }
            return "";
        }