Ejemplo n.º 1
0
 public void RegisterHost(HostManifest host)
 {
     _hosts[host.Name] = host;
 }
Ejemplo n.º 2
0
 public void Append(HostManifest otherHost)
 {
     _bottles.Fill(otherHost._bottles);
     _data.AddRange(otherHost._data);
 }