markus / KCOM / Views / RequirementView.xaml.cs @ df2e7646
이력 | 보기 | 이력해설 | 다운로드 (626 Bytes)
1 | 0f6604ce | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | using System.Windows; |
||
7 | using System.Windows.Controls; |
||
8 | using System.Windows.Data; |
||
9 | using System.Windows.Documents; |
||
10 | using System.Windows.Input; |
||
11 | using System.Windows.Media; |
||
12 | using System.Windows.Media.Imaging; |
||
13 | using System.Windows.Shapes; |
||
14 | |||
15 | fad4d1c0 | taeseongkim | namespace KCOM.Views |
16 | 0f6604ce | taeseongkim | { |
17 | /// <summary> |
||
18 | /// AdjustList.xaml에 대한 상호 작용 논리 |
||
19 | /// </summary> |
||
20 | fad4d1c0 | taeseongkim | public partial class RequirementView : UserControl |
21 | 0f6604ce | taeseongkim | { |
22 | fad4d1c0 | taeseongkim | public RequirementView() |
23 | 0f6604ce | taeseongkim | { |
24 | InitializeComponent(); |
||
25 | } |
||
26 | b7645ccc | taeseongkim | |
27 | 0f6604ce | taeseongkim | } |
28 | } |