Files
WPF_Practice/PacticeSolution/ExternalProgramBatcher/App.xaml
2023-07-07 09:33:32 +09:00

10 lines
389 B
XML

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