프로젝트

일반

사용자정보

통계
| 개정판:

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
}
클립보드 이미지 추가 (최대 크기: 500 MB)