C# Class Xenko.GameStudio.View.AboutPage

Interaction logic for AboutPage.xaml
Show file Open project: xen2/stride Class Usage Examples

Private Properties

Property Type Description
ButtonCloseClick void
License_OnClick void
LoadMarkdown string
ThirdParty_OnClick void

Public Methods

Method Description
AboutPage ( ) : System
AboutPage ( IEditorDialogService service ) : System

Private Methods

Method 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 method

public AboutPage ( ) : System
return System

AboutPage() public method

public AboutPage ( IEditorDialogService service ) : System
service IEditorDialogService
return System