Files
WPF_Practice/PacticeSolution/MSSQL_MVVM_Sample/App.xaml
2023-07-19 16:37:21 +09:00

10 lines
379 B
XML

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