WPF/WPF/App.xaml.cs

15 lines
223 B
C#
Raw Normal View History

2024-09-19 19:52:32 +04:00
using System.Configuration;
using System.Data;
using System.Windows;
namespace WPF
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}