AKunSimulator/AKunSimGUI/App.xaml

10 lines
365 B
Plaintext
Raw Normal View History

2024-06-18 14:59:58 +08:00
<Application x:Class="AKunSimGUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:AKunSimGUI"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>