Exemplo n.º 1
0
 private void buttonSelectionXHTML_Click(object sender, RibbonControlEventArgs e)
 {
     var form = new FormExportSelectionAsFormat(FormExportSelectionAsFormat.enumExportFormat.ExportSVGXHTML);
     form.ShowDialog();
 }
Exemplo n.º 2
0
        private void buttonSelectionXHTML_Click(object sender, RibbonControlEventArgs e)
        {
            var form = new FormExportSelectionAsFormat(FormExportSelectionAsFormat.enumExportFormat.ExportSVGXHTML);

            form.ShowDialog();
        }