C# Class wenku10.Pages.Settings.MainSettings

Inheritance: Windows.UI.Xaml.Controls.Page
ファイルを表示 Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
ID string
Instance MainSettings

Public Methods

Method Description
ConfirmRestart ( string CaptionRes ) : Task
DefineSettings ( ) : void
MainSettings ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Button_Tapped ( object sender, TappedRoutedEventArgs e ) : void
ChangeLanguage ( object Param ) : void
ClosePopup ( object sender, Net.Astropenguin.Controls.XBackRequestedEventArgs e ) : void
Dispose ( ) : void
Exit ( object sender, Net.Astropenguin.Controls.XBackRequestedEventArgs e ) : void
HelpAction ( object Param ) : void
ListView_ItemClick ( object sender, ItemClickEventArgs e ) : void
PopupSettings ( object P ) : void

Method Details

ConfirmRestart() public method

public ConfirmRestart ( string CaptionRes ) : Task
CaptionRes string
return Task

DefineSettings() public method

public DefineSettings ( ) : void
return void

MainSettings() public method

public MainSettings ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

Property Details

ID public_oe static_oe property

public static string ID
return string

Instance public_oe static_oe property

public static MainSettings,wenku10.Pages.Settings Instance
return MainSettings