コード例 #1
0
ファイル: Program.cs プロジェクト: Thef1nansist/OOTP
 public void IAmPrinting(IDescription obj)
 {
     obj.Display();
 }