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

@@ -3,7 +3,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:FancyZonesEditor"
mc:Ignorable="d"
Title="Window1" Height="450" Width="800"
WindowState="Maximized"
@@ -12,7 +11,7 @@
WindowStyle="None"
AllowsTransparency="True"
Background="Transparent"
Loaded="onLoad"
Loaded="OnLoaded"
>