예제 #1
0
 public void WriteSpace()
 {
     if (needsNewLine)
     {
         WriteNewLine();
     }
     output.WriteSpace();
 }