C# Class CortanaCommand.HomePage

それ自体で使用できる空白ページまたはフレーム内に移動できる空白ページ。
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: garicchi/CortanaCommand

Public Methods

Method Description
HomePage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
ResizeContentWidth ( ) : void
gridListTemplate_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
listBox_command_ItemClick ( object sender, ItemClickEventArgs e ) : void
menuItemDelete_Click ( object sender, RoutedEventArgs e ) : void

Method Details

HomePage() public method

public HomePage ( ) : System
return System

OnNavigatedTo() protected method

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