コード例 #1
0
ファイル: PeopleCloth.cs プロジェクト: qq21/DesignModel
 /// <inheritdoc />
 public SouthPeople(Clothes c) : base(c)
 {
 }
コード例 #2
0
ファイル: PeopleCloth.cs プロジェクト: qq21/DesignModel
 /// <inheritdoc />
 public NorthPeople(Clothes c) : base(c)
 {
 }
コード例 #3
0
ファイル: PeopleCloth.cs プロジェクト: qq21/DesignModel
 /// <inheritdoc />
 protected People(Clothes c)
 {
     this.c = c;
 }