Files
WPF_Practice/PacticeSolution/MediaPlayer/App.xaml
2023-08-11 11:42:37 +09:00

10 lines
367 B
XML

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