Ejemplo n.º 1
0
 public void Reset()
 {
     Categories.Clear();
     Materials.Clear();
     CurrentCompany = null;
 }
Ejemplo n.º 2
0
 public Configuration()
 {
     Categories     = new List <Category <FurnitureObject> >();
     Materials      = new List <Category <Material> >();
     CurrentCompany = new Company();
 }