Azmyth.Ansi.AnsiToRtfBuilder.AppendLine C# (CSharp) 메소드

AppendLine() 공개 메소드

public AppendLine ( string @string ) : void
@string string
리턴 void
        public void AppendLine(string @string)
        {
            Append(@string + @"\par \r\n");
        }