Beispiel #1
0
 public static bool IsTomorrow(Locations.Weather.Name weather)
 {
     return(Locations.Weather.IsTomorrow((int)weather));
 }
Beispiel #2
0
 public static bool IsWeather(Locations.Weather.Name weather, Locations.Weather.Name target)
 {
     return(Locations.Weather.IsWeather((int)weather, (int)target));
 }