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"
|
2026-04-12 16:46:55 +08:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2026-02-26 17:07:19 +08:00
|
|
|
<Application.Resources>
|
2026-03-31 20:17:17 +08:00
|
|
|
<BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter"/>
|
|
|
|
|
|
2026-02-26 17:07:19 +08:00
|
|
|
</Application.Resources>
|
2026-02-27 16:03:49 +08:00
|
|
|
</Application>
|