aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/examples/WPFCoreMBA/MainWindow.xaml.cs
blob: 4f61b807f52e7de04651d839f624e6db77fc2258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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.

namespace Example.WPFCoreMBA
{
    using System.Windows;

    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            this.InitializeComponent();
        }
    }
}