VideoConcat/App.xaml.cs
2025-01-11 21:43:03 +08:00

15 lines
246 B
C#

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