C# Class butterflow_ui.AboutWindow

Interaction logic for AboutWindow.xaml
Inheritance: Window
Exibir arquivo Open project: wagesj45/butterflow-ui Class Usage Examples

Public Methods

Method Description
AboutWindow ( ) : System

Default constructor.

Private Methods

Method Description
Hyperlink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void

Event handler. Called by Hyperlink for request navigate events.

btnOK_Click ( object sender, RoutedEventArgs e ) : void

Event handler. Called by btnOK for click events.

Method Details

AboutWindow() public method

Default constructor.
public AboutWindow ( ) : System
return System