C# Class Xenko.GameStudio.View.AboutPage

Interaction logic for AboutPage.xaml
Afficher le fichier Open project: xen2/stride Class Usage Examples

Private Properties

Свойство Type Description
ButtonCloseClick void
License_OnClick void
LoadMarkdown string
ThirdParty_OnClick void

Méthodes publiques

Méthode Description
AboutPage ( ) : System
AboutPage ( IEditorDialogService service ) : System

Private Methods

Méthode Description
ButtonCloseClick ( object sender, RoutedEventArgs e ) : void
License_OnClick ( object sender, RoutedEventArgs e ) : void
LoadMarkdown ( string file ) : string
ThirdParty_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

AboutPage() public méthode

public AboutPage ( ) : System
Résultat System

AboutPage() public méthode

public AboutPage ( IEditorDialogService service ) : System
service IEditorDialogService
Résultat System