// // Copyright (c) Microsoft. All rights reserved. // // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Windows; namespace IntroToStylingAndTemplating { /// /// Interaction logic for App.xaml /// public partial class App : Application { } }