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