Example #1
0
 public Shopkeeper(Shopkeeper s)
     : base(s)
 {
     this.shop = s.shop;
 }
Example #2
0
 public Shopkeeper(Shopkeeper s)
     : base(s)
 {
     this.shop = s.shop;
 }