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

SetSoftwareVersion() 보호된 메소드

Sets the SoftwareVersion property, available only to objects in the same assembly as TargaExtensionArea.
protected SetSoftwareVersion ( string strSoftwareVersion ) : void
strSoftwareVersion string The Software Version value read from the file.
리턴 void
        protected internal void SetSoftwareVersion(string strSoftwareVersion)
        {
            this.strSoftwareVersion = strSoftwareVersion;
        }