C# 클래스 Views.PlaceSelector

상속: Gtk.Bin, IEditable
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
PlaceSelector ( ) : System
SetPlace ( Country theCountry, State theState, City theCity ) : void

보호된 메소드들

메소드 설명
OnStateChanged ( object sender, System e ) : void
onCountryChanged ( object sender, System e ) : void

비공개 메소드들

메소드 설명
PlaceName ( ) : String

메소드 상세

OnStateChanged() 보호된 메소드

protected OnStateChanged ( object sender, System e ) : void
sender object
e System
리턴 void

PlaceSelector() 공개 메소드

public PlaceSelector ( ) : System
리턴 System

SetPlace() 공개 메소드

public SetPlace ( Country theCountry, State theState, City theCity ) : void
theCountry Country
theState State
theCity City
리턴 void

onCountryChanged() 보호된 메소드

protected onCountryChanged ( object sender, System e ) : void
sender object
e System
리턴 void