Files
OnDoc/APIWpf/App.xaml
2026-02-13 06:42:52 +01:00

10 lines
357 B
XML

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