Files
IPTVplayer/TV Player_old/App.xaml.cs
T
2024-01-15 07:49:55 +02:00

15 lines
229 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace TV_Player
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}