20211124_ZNZT_upperpc/WpfBleApp/App.xaml
2023-02-03 08:31:48 +08:00

10 lines
363 B
XML

<Application x:Class="WpfBleApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WpfBleApp"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>