C# Class Discuz.WinPhone.MainPage

Inheritance: Xamarin.Forms.Platform.WinPhone.FormsApplicationPage, INotifyPropertyChanged
Mostrar archivo Open project: gruan01/Discuz.Mobi

Public Methods

Method Description
MainPage ( ) : System
MainPage_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Protected Methods

Method Description
LoadApplication ( Xamarin application ) : void

Private Methods

Method Description
ApplicationOnPropertyChanged ( object sender, PropertyChangedEventArgs args ) : void
SetMainPage ( ) : void

Method Details

LoadApplication() protected method

protected LoadApplication ( Xamarin application ) : void
application Xamarin
return void

MainPage() public method

public MainPage ( ) : System
return System

MainPage_PropertyChanged() public method

public MainPage_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
return void