C# Class HybridPhone7.MainPage

Inheritance: Microsoft.Phone.Controls.PhoneApplicationPage
Show file Open project: mesan/mobil-web

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void

Private Methods

Method Description
Browser_ScriptNotify ( object sender, System.Windows.Controls.NotifyEventArgs e ) : void
InitializeComponent ( ) : void
button1_Click ( object sender, RoutedEventArgs e ) : void
webBrowser1_Navigated ( object sender, NavigationEventArgs e ) : void
webBrowser1_Navigating ( object sender, NavigatingEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void