개정판 b8e2644e
dev issue #000 : edit project
Change-Id: I741a0ee6d248635e17e22abaf10851717c070b82
DTI_PID/SPPIDConverter_AutoModeling/MainWrapper.cs | ||
---|---|---|
7 | 7 |
using System.Text; |
8 | 8 |
using System.Threading.Tasks; |
9 | 9 |
using System.Windows.Forms; |
10 |
using Converter.AutoModeling.SPPID.Model;
|
|
10 |
using Converter.SPPID.Model; |
|
11 | 11 |
|
12 |
namespace Converter.AutoModeling.SPPID
|
|
12 |
namespace Converter.SPPID |
|
13 | 13 |
{ |
14 | 14 |
public partial class MainWrapper : UserControl |
15 | 15 |
{ |
... | ... | |
27 | 27 |
//dynamic application = Interaction.GetObject("", "PIDAutomation.Application"); |
28 | 28 |
//dynamic newDrawing = application.Drawings.Add(sUnit, sTemplate, sDrawingNumber, sDrawingName); |
29 | 29 |
|
30 |
MessageBox.Show(documents.Count.ToString()); |
|
30 |
MessageBox.Show(documents.Count.ToString() + "new");
|
|
31 | 31 |
} |
32 | 32 |
} |
33 | 33 |
} |
내보내기 Unified diff