C# Class IE.Debug.WindowsPhone.Views.MainPage

Represents the main page of the app
Inheritance: PhoneApplicationPage
ファイルを表示 Open project: sgrebnov/IeMobileDebugger

Public Methods

Method Description
MainPage ( ) : System

Initializes a new instance of the MainPage class.

Private Methods

Method Description
ActionConnectWeinreDebugger ( object sender, EventArgs e ) : void
ActionEmailSourceCode ( object sender, EventArgs e ) : void
ActionInstallDebugConsole ( object sender, EventArgs e ) : void
ActionRunFirebug ( object sender, EventArgs e ) : void
ActionZoomIn ( object sender, EventArgs e ) : void
ActionZoomOut ( object sender, EventArgs e ) : void
AppbarButtonRefresh_Click ( object sender, EventArgs e ) : void
Pivot_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Handles Pivot SelectionChanged event.

Method Details

MainPage() public method

Initializes a new instance of the MainPage class.
public MainPage ( ) : System
return System