C# 클래스 WeatherApp.iOS.ViewController

파일 보기 프로젝트 열기: xamarin/mobile-samples

Private Properties

프로퍼티 타입 설명
GetWeatherBtn_Click void
ReleaseDesignerOutlets void

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
ViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
GetWeatherBtn_Click ( UIButton sender ) : void
ReleaseDesignerOutlets ( ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

ViewController() 공개 메소드

public ViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void