AdbTools/Update/App.xaml

10 lines
357 B
Plaintext
Raw Normal View History

2025-02-13 18:02:10 +08:00
<Application x:Class="Update.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Update"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>