diff --git a/dotnet-desktop-guide/net/wpf/windows/index.md b/dotnet-desktop-guide/net/wpf/windows/index.md index e688e1f..8679b63 100644 --- a/dotnet-desktop-guide/net/wpf/windows/index.md +++ b/dotnet-desktop-guide/net/wpf/windows/index.md @@ -126,7 +126,7 @@ To enable a XAML markup file and code-behind file to work together, the followin With this configuration in place, you can focus on defining the appearance of the window in XAML markup and implementing its behavior in code-behind. The following example shows a window with a button that defines an event handler for the event. This is implemented in the XAML and the handler is implemented in code-behind. ```xaml -