ZeroLauncher/App.xaml

9 lines
315 B
Plaintext
Raw Permalink Normal View History

2024-03-07 21:04:59 +08:00
<Application x:Class="Zerolauncher.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>