vue-java-tutorials/CSharp/WPFTutorial/WPF-24-Controls/App.xaml.cs

12 lines
207 B
C#

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