This repository has been archived on 2025-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
KTVApp/App.xaml

10 lines
357 B
Plaintext
Raw Permalink Normal View History

2025-03-18 11:16:57 +08:00
<Application x:Class="KTVApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:KTVApp"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>