RtfDomParser.RTFReader.DefaultProcess C# (CSharp) Méthode

DefaultProcess() public méthode

public DefaultProcess ( ) : void
Résultat void
        public void DefaultProcess()
        {
            if (this.CurrentToken != null)
            {
                switch (this.CurrentToken.Key)
                {
                    case "uc":
                        this.CurrentLayerInfo.UCValue = this.Parameter;
                        break;
                }
            }
        }