Beispiel #1
0
 static SKore()
 {
     _hRequest       = new HRequest();
     _randomSignGen  = new Random();
     _randomThemeGen = new Random();
     _randomThemes   = Enum.GetValues(typeof(HTheme));
     _uniqueIds      = new Dictionary <HHotel, IDictionary <string, string> >();
 }
Beispiel #2
0
 static SKore()
 {
     _hRequest  = new HRequest();
     _uniqueIds = new Dictionary <HHotel, IDictionary <string, string> >();
 }