Files
WPF_Practice/PacticeSolution/RoutedEventSample/App.xaml.cs
2023-07-07 10:01:10 +09:00

18 lines
342 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace RoutedEventSample
{
/// <summary>
/// App.xaml에 대한 상호 작용 논리
/// </summary>
public partial class App : Application
{
}
}