From e17bdfae17b750df01781fa9d5bffdaacfe75282 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Mon, 15 Nov 2021 20:04:26 -0800 Subject: [PATCH] Update index.md (#1214) --- dotnet-desktop-guide/net/wpf/windows/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -