2025-11-28 00:35:46 +09:00

14 lines
437 B
XML

<!--
<copyright file="App.xaml" company="Microsoft">
Copyright (C) Microsoft. All rights reserved.
</copyright>
-->
<Application x:Class="ChatWindow.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>