C# Class wenku10.Pages.Settings.MainSettings

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: tgckpg/wenku10 Class Usage Examples

Méthodes publiques

Свойство Type Description
ID string
Instance MainSettings

Méthodes publiques

Méthode Description
ConfirmRestart ( string CaptionRes ) : Task
DefineSettings ( ) : void
MainSettings ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode 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 méthode

public ConfirmRestart ( string CaptionRes ) : Task
CaptionRes string
Résultat Task

DefineSettings() public méthode

public DefineSettings ( ) : void
Résultat void

MainSettings() public méthode

public MainSettings ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

Property Details

ID public_oe static_oe property

public static string ID
Résultat string

Instance public_oe static_oe property

public static MainSettings,wenku10.Pages.Settings Instance
Résultat MainSettings