Files
VacuumPressureMembranePoreS…/App.xaml

7 lines
316 B
Plaintext
Raw Normal View History

2026-02-27 16:03:49 +08:00
<Application x:Class="MembranePoreTester.App"
2026-02-26 17:07:19 +08:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2026-02-27 16:03:49 +08:00
StartupUri="Views/MainWindow.xaml">
2026-02-26 17:07:19 +08:00
<Application.Resources>
</Application.Resources>
2026-02-27 16:03:49 +08:00
</Application>