RtfDomParser.RTFReader.DefaultProcess C# (CSharp) 메소드

DefaultProcess() 공개 메소드

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