C# Class WeatherFace.WeatherWatchFace

Inheritance: IFace
Exibir arquivo Open project: nothingmn/AGENT.Contrib Class Usage Examples

Public Methods

Method Description
CurrentConditions_OnWeatherUpdated ( IWeatherForecast _weatherForecastProvider ) : void
Render ( Microsoft.SPOT.Bitmap screen ) : void
WeatherWatchFace ( ) : System

Method Details

CurrentConditions_OnWeatherUpdated() public method

public CurrentConditions_OnWeatherUpdated ( IWeatherForecast _weatherForecastProvider ) : void
_weatherForecastProvider IWeatherForecast
return void

Render() public method

public Render ( Microsoft.SPOT.Bitmap screen ) : void
screen Microsoft.SPOT.Bitmap
return void

WeatherWatchFace() public method

public WeatherWatchFace ( ) : System
return System