hytos / DTI_PID / SPPIDConverter_AutoModeling / ConverterForm.cs @ 96a2080c
이력 | 보기 | 이력해설 | 다운로드 (467 Bytes)
1 |
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 |
using Microsoft.VisualBasic; |
11 |
|
12 |
namespace Converter.SPPID.AutoModeling |
13 |
{ |
14 |
public partial class ConverterForm : DevExpress.XtraBars.Ribbon.RibbonForm |
15 |
{ |
16 |
public ConverterForm() |
17 |
{ |
18 |
InitializeComponent(); |
19 |
} |
20 |
} |
21 |
} |