mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
adjusting event names
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Windows;
|
||||
namespace FancyZonesEditor
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for Window1.xaml
|
||||
/// Interaction logic for WindowLayout.xaml
|
||||
/// </summary>
|
||||
public partial class WindowLayout : Window
|
||||
{
|
||||
@@ -16,9 +16,9 @@ namespace FancyZonesEditor
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
void onLoad(object sender, RoutedEventArgs e)
|
||||
private void OnLoaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
//WindowEditor window = new WindowEditor(); window.Show();
|
||||
// WindowEditor window = new WindowEditor(); window.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user