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;
        }