mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Localizations. User Settings. About and Options Menu.
This commit is contained in:
parent
0ffd5c401b
commit
5083716c05
16 changed files with 865 additions and 21 deletions
|
|
@ -380,7 +380,19 @@ namespace butterflow_ui
|
|||
/// <param name="e"> Routed event information. </param>
|
||||
private void menuAboutButterflowUI_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var aboutWindow = new AboutWindow();
|
||||
|
||||
aboutWindow.Show();
|
||||
}
|
||||
|
||||
/// <summary> Event handler. Called by menuOptions for click events. </summary>
|
||||
/// <param name="sender"> Source of the event. </param>
|
||||
/// <param name="e"> Routed event information. </param>
|
||||
private void menuOptions_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var optionsWindow = new OptionsWindow();
|
||||
|
||||
optionsWindow.Show();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue