Esempio n. 1
0
 public Engine()
 {
     this.capacity = long.Parse(Console.ReadLine());
     this.bag      = new Bag(capacity);
 }