AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetJobName C# (CSharp) Méthode

SetJobName() protected méthode

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.
Résultat void
        protected internal void SetJobName(string strJobName)
        {
            this.strJobName = strJobName;
        }