From fa87a558389d9d425f70afa1c8de54c69875ef2c Mon Sep 17 00:00:00 2001 From: d23004 <kimseijin@diteam.co.kr> Date: 수, 24 5월 2023 13:35:37 +0900 Subject: [PATCH] Revert "Revert "Main gui 개선"" --- 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