C# Class Ushahidi.View.Views.HomeView

Home View
Inheritance: BaseView
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode Description
HomeView ( ) : System
Initialize ( ) : void
Loaded ( ) : void
Translate ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnAddIncident ( object sender, EventArgs e ) : void
OnListIncident ( object sender, EventArgs e ) : void
OnResize ( object sender, EventArgs e ) : void
OnSynchronize ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HomeView() public méthode

public HomeView ( ) : System
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Loaded() public méthode

public Loaded ( ) : void
Résultat void

Translate() public méthode

public Translate ( ) : void
Résultat void