Paloma.TargaExtensionArea.SetAuthorName C# (CSharp) Method

SetAuthorName() protected method

Sets the AuthorName property, available only to objects in the same assembly as TargaExtensionArea.
protected SetAuthorName ( string strAuthorName ) : void
strAuthorName string The Author Name value read from the file.
return void
        protected internal void SetAuthorName(string strAuthorName)
        {
            this.strAuthorName = strAuthorName;
        }