예제 #1
0
파일: Gosh.cs 프로젝트: xpan/shim
        public void OnConnection(object Application, ext_ConnectMode ConnectMode, object AddInInst, ref Array custom)
        {
            application = Application as Application;
            EscDialog dialog = new EscDialog();

            dialog.ShowDialog();
        }
예제 #2
0
파일: EscDialog.cs 프로젝트: xpan/shim
        private void button1_Click(object sender, EventArgs e)
        {
            EscDialog dialog = new EscDialog();

            dialog.ShowDialog();
        }