From 96dcdafebaeaafbe7fcc4aa678b9ebe0c1138239 Mon Sep 17 00:00:00 2001 From: 김세진 <kimseijin@diteam.co.kr> Date: 수, 24 5월 2023 14:14:58 +0900 Subject: [PATCH] no message --- SA_LTT_UI/SA_LTT_UI/UserControls/MappingData.xaml.cs | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/SA_LTT_UI/SA_LTT_UI/UserControls/MappingData.xaml.cs b/SA_LTT_UI/SA_LTT_UI/UserControls/MappingData.xaml.cs new file mode 100644 index 0000000..edbca2f --- /dev/null +++ b/SA_LTT_UI/SA_LTT_UI/UserControls/MappingData.xaml.cs @@ -0,0 +1,28 @@ +癤퓎sing System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace SA_LTT_UI.UserControls +{ + /// <summary> + /// MappingData.xaml�뿉 ���븳 �긽�샇 �옉�슜 �끉由� + /// </summary> + public partial class MappingData : UserControl + { + public MappingData() + { + InitializeComponent(); + } + } +} -- Gitblit v1.9.3