コード例 #1
0
ファイル: ShowNr.cs プロジェクト: BackupTheBerlios/lyra2-svn
 public int Show(Song song)
 {
     return song.isNr(this.nr);
 }