vue-java-tutorials/CSharp/SerialPort/Base-2-Window/App.xaml

10 lines
371 B
Plaintext
Raw Normal View History

2025-06-23 22:26:07 +08:00
<Application x:Class="Base_2_Window.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Base_2_Window"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>