ProgaOra/20241107/filedialog/App.xaml.cs
2024-11-07 07:00:00 +01:00

15 lines
230 B
C#

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