hytos / ID2.Manager / ID2.Manager.Compare / Forms / BaseForm.cs @ 4142eefa
이력 | 보기 | 이력해설 | 다운로드 (538 Bytes)
1 | 13a36357 | humkyung | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.ComponentModel; |
||
4 | using System.Data; |
||
5 | using System.Drawing; |
||
6 | using System.Linq; |
||
7 | using System.Text; |
||
8 | using System.Threading.Tasks; |
||
9 | using System.Windows.Forms; |
||
10 | |||
11 | using ID2.Manager.Common; |
||
12 | |||
13 | using Telerik.WinControls.UI; |
||
14 | |||
15 | namespace ID2.Manager.Forms |
||
16 | { |
||
17 | public partial class BaseForm : Telerik.WinControls.UI.RadForm |
||
18 | { |
||
19 | protected Informations informations = Informations.Instance; |
||
20 | |||
21 | public BaseForm() |
||
22 | { |
||
23 | InitializeComponent(); |
||
24 | } |
||
25 | } |
||
26 | } |