C# Class WinSample.MainPage

Show file Open project: martinsuchan/wpdev.samples

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Loop ( ) : void
MainPage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
UpdateShot ( StateModel m, StateModel m2 ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void