コード例 #1
0
ファイル: Person.cs プロジェクト: j-reddick/GettingReady
 public Person()
 {
     Clothing.Add(new ClothingItem("pajamas", ClothingType.Pajamas));
 }