C# Class WeatherWidget.WidgetModel

Inheritance: System.ComponentModel.Model
显示文件 Open project: nikhilk/silverlightfx

Public Methods

Method Description
LookupWeather ( string zipCode ) : void
WidgetModel ( ) : System

Private Methods

Method Description
LookupWeatherCallback ( IAsyncResult asyncResult ) : void

Method Details

LookupWeather() public method

public LookupWeather ( string zipCode ) : void
zipCode string
return void

WidgetModel() public method

public WidgetModel ( ) : System
return System