Files
WPF_Practice/PacticeSolution/ChartSample/App.xaml
2023-09-04 17:31:26 +09:00

10 lines
367 B
XML

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