添加项目文件。

This commit is contained in:
2025-05-29 08:58:58 +08:00
parent 9a83d517f0
commit 88ef76bd4d
12 changed files with 278 additions and 0 deletions

7
App.xaml Normal file
View File

@@ -0,0 +1,7 @@
<Application
x:Class="PMSWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:PMSWPF">
<Application.Resources />
</Application>