Method | Description | |
---|---|---|
PlaceSelector ( ) : System | ||
SetPlace ( Country theCountry, State theState, City theCity ) : void |
Method | Description | |
---|---|---|
OnStateChanged ( object sender, System e ) : void | ||
onCountryChanged ( object sender, System e ) : void |
Method | Description | |
---|---|---|
PlaceName ( ) : String |
protected OnStateChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public SetPlace ( Country theCountry, State theState, City theCity ) : void | ||
theCountry | Country | |
theState | State | |
theCity | City | |
return | void |
protected onCountryChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |