コード例 #1
0
 private void OutputLyricSentence(Sentence sentence)
 {
     Debug.Assert(output != null);
     output.Output(sentence.Content);
 }