C# Class BattlelogMobile.Client.GlobalLoading

Inheritance: INotifyPropertyChanged
Show file Open project: mikkoviitala/battlelogmobile

Public Methods

Method Description
Force ( bool f ) : void
Initialize ( PhoneApplicationFrame frame ) : void

Private Methods

Method Description
GlobalLoading ( ) : System.Windows.Navigation
NotifyValueChanged ( ) : void
OnRootFrameNavigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

Method Details

Force() public method

public Force ( bool f ) : void
f bool
return void

Initialize() public method

public Initialize ( PhoneApplicationFrame frame ) : void
frame PhoneApplicationFrame
return void