프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter_DialogBarWrapper / ConverterDocking.cs @ 65881d60

이력 | 보기 | 이력해설 | 다운로드 (1011 Bytes)

1 65881d60 gaqhf
using System;
2
using System.Collections.Generic;
3
using System.ComponentModel;
4
using System.Drawing;
5
using System.Data;
6
using System.Linq;
7
using System.Text;
8
using System.Threading.Tasks;
9
using System.Windows.Forms;
10
using System.Threading;
11
using Microsoft.VisualBasic;
12
13
namespace Converter.SPPID.Wrapper
14
{
15
    public partial class ConverterDocking : UserControl
16
    {
17
        public ConverterDocking()
18
        {
19
            InitializeComponent();
20
        }
21
22
        private void simpleButton1_Click(object sender, EventArgs e)
23
        {
24
            try
25
            {
26
                //dynamic application = Interaction.GetObject("", "PIDAutomation.Application");
27
                //application.RunMacro(@"Z:\HanKyouHo\Source\DTIPID\DTI_PID\SPPIDConverterDll\SPPIDConverter_Wrapper.dll");
28
                //Ingr.RAD2D.Interop.RAD2D.Application app;
29
            }
30
            catch (Exception ex)
31
            {
32
                MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace);
33
            }
34
        }
35
    }
36
}
클립보드 이미지 추가 (최대 크기: 500 MB)