adjusting event names

This commit is contained in:
Clint Rutkas
2019-12-12 13:59:58 -08:00
parent 24664cc859
commit 4c88c9b029
5 changed files with 21 additions and 24 deletions

View File

@@ -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();
}
}
}