hytos / DTI_PID / ID2PSN / MainForm.cs @ f6601e9c
이력 | 보기 | 이력해설 | 다운로드 (645 Bytes)
1 | 0dae5645 | gaqhf | 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 | namespace ID2PSN |
||
12 | { |
||
13 | public partial class MainForm : Form |
||
14 | { |
||
15 | public MainForm() |
||
16 | { |
||
17 | InitializeComponent(); |
||
18 | } |
||
19 | |||
20 | private void MainForm_Load(object sender, EventArgs e) |
||
21 | { |
||
22 | Topology topology = new Topology(@"D:\Projects\POSCO\Temp\ADMIN_TEST.xml"); |
||
23 | //Topology topology = new Topology(@"C:\Users\gaqhf\Desktop\TF1-2G43-9910-모형.xml"); |
||
24 | } |
||
25 | } |
||
26 | } |