Пример #1
0
 private void initialize()
 {
     this.userLocationDictionary    = new Dictionary <string, UserLocation>();
     this.machineLocationDictionary = new Dictionary <string, MachineLocation>();
     this.userLocations             = new UserLocationList();
     this.machineLocations          = new MachineLocationList();
 }
Пример #2
0
 private void initialize()
 {
     this.userLocationDictionary = new Dictionary<string, UserLocation>();
     this.machineLocationDictionary = new Dictionary<string, MachineLocation>();
     this.userLocations = new UserLocationList();
     this.machineLocations = new MachineLocationList();
 }