C# Class DataStorage.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
MainPage ( ) : Microsoft.Phone.Controls

Private Methods

Method Description
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
add_Click ( object sender, EventArgs e ) : void
clear_Click ( object sender, EventArgs e ) : void
save_Click ( object sender, EventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : Microsoft.Phone.Controls
return Microsoft.Phone.Controls