Click or drag to resize

AboutWindowbtnOK_Click Method

Event handler. Called by btnOK for click events.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
private void btnOK_Click(
	Object sender,
	RoutedEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: System.WindowsRoutedEventArgs
Routed event information.
See Also