public Dress(int style, EColor color, EDressCategory category) : base(style, typeAccessory.Dress)
 {
     this.Style    = style;
     this.type     = typeAccessory.Dress;
     this.Color    = color;
     this.Category = category;
 }
Exemple #2
0
 public Dress(int style, EColor color, EDressCategory category) : base(style)
 {
     EColor         = color;
     EDressCategory = category;
 }
Exemple #3
0
 public void TipoVestido(EDressCategory b)
 {
     b = EDressCategory;
 }
Exemple #4
0
 public Dress(int style, EColor color, EDressCategory category) : base(style)
 {
 }