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