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

SetJobName() 보호된 메소드

Sets the JobName property, available only to objects in the same assembly as TargaExtensionArea.
protected SetJobName ( string strJobName ) : void
strJobName string The Job Name value read from the file.
리턴 void
        protected internal void SetJobName(string strJobName)
        {
            this.strJobName = strJobName;
        }