Ejemplo n.º 1
0
        public static void Retrieve(Visio.Application app, string doc, string page, string shape, string shapeu)
        {
            var frm = new User_Interface.Forms.frmRetrieveShape();

            frm.Show();
        }
Ejemplo n.º 2
0
        private void btnValidate_Click(object sender, RibbonControlEventArgs e)
        {
            var frm = new User_Interface.Forms.frmRetrieveShape();

            frm.Show();
        }