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

SetSoftwareID() 보호된 메소드

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