프로젝트

일반

사용자정보

개정판 31d37d58

ID31d37d58c6d125526df8b99ebfdc4fafb2d58920
상위 37f9662d
하위 fc860304

이지연이(가) 3년 이상 전에 추가함

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