Пример #1
0
 public InteriorObjectSubtype(UIElementCategory cat)
 {
     products = new List<InteriorProduct>();
     category = cat;
 }
Пример #2
0
 public InteriorObjectSubtype(UIElementCategory cat)
 {
     products = new List <InteriorProduct>();
     category = cat;
 }