This repository has been archived on 2026-03-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Eco/VideoBrowserTestApp/App.xaml.cs
2023-07-24 12:00:34 +02:00

11 lines
195 B
C#

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