AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetAuthorName C# (CSharp) 메소드

SetAuthorName() 보호된 메소드

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.
리턴 void
        protected internal void SetAuthorName(string strAuthorName)
        {
            this.strAuthorName = strAuthorName;
        }