CSharpImageLibrary.TargaExtensionArea.SetSoftwareID C# (CSharp) Method

SetSoftwareID() protected method

Sets the SoftwareID property, available only to objects in the same assembly as TargaExtensionArea.
protected SetSoftwareID ( string strSoftwareID ) : void
strSoftwareID string The Software ID value read from the file.
return void
        internal protected void SetSoftwareID(string strSoftwareID)
        {
            this.strSoftwareID = strSoftwareID;
        }