Files
IPTVplayer/TV Player WPF/App.xaml
T
2024-01-18 17:42:44 +02:00

10 lines
334 B
XML

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