| 1 | <?xml version="1.0" encoding="utf-8" ?> |
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | |
| 4 | |
| 5 | <Window x:Class="Example.WPFCoreMBA.MainWindow" |
| 6 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 7 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 8 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
| 9 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
| 10 | xmlns:local="clr-namespace:Example.WPFCoreMBA" |
| 11 | mc:Ignorable="d" |
| 12 | Title="MainWindow" Height="450" Width="800"> |
| 13 | <Grid> |
| 14 | |
| 15 | </Grid> |
| 16 | </Window> |