개정판 31d37d58
issue #000:
Change-Id: I7ded1753b0357f47da5ad2e4af56be58622275d3
DTI_PID/ID2PSN/Program.cs | ||
---|---|---|
1 | 1 |
using System; |
2 | 2 |
using System.Collections.Generic; |
3 |
using System.Data; |
|
3 | 4 |
using System.IO; |
4 | 5 |
using System.Linq; |
5 | 6 |
using System.Threading.Tasks; |
... | ... | |
16 | 17 |
static void Main(string[] args) |
17 | 18 |
{ |
18 | 19 |
ID2Info info = ID2Info.GetInstance(); |
20 |
DataTable projectTable = null; |
|
19 | 21 |
try |
20 | 22 |
{ |
21 | 23 |
//string path = Application.StartupPath + @"\project.txt"; |
... | ... | |
24 | 26 |
// ID2Info info = ID2Info.GetInstance(); |
25 | 27 |
// info.DefaultPath = File.ReadAllLines(path)[0]; |
26 | 28 |
//} |
29 |
//projectTable = DB.GetProject(); |
|
27 | 30 | |
28 | 31 |
string[] result = args[0].Split(new string[] { "☆■☆" }, StringSplitOptions.None); |
29 | 32 |
내보내기 Unified diff