示例#1
0
 public void populate(Dictionary <string, Location> locationList,
                      Dictionary <string, ServerInfo> serverList)
 {
     server.locationList = locationList;
     server.addOldServers(serverList);
 }