Files
WPF_Practice/PacticeSolution/PropertyTriggerSample/App.xaml.cs
2023-07-04 18:09:09 +09:00

18 lines
346 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 PropertyTriggerSample
{
/// <summary>
/// App.xaml에 대한 상호 작용 논리
/// </summary>
public partial class App : Application
{
}
}