Exemplo n.º 1
0
Arquivo: Gosh.cs Projeto: 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();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            EscDialog dialog = new EscDialog();

            dialog.ShowDialog();
        }