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

            form.ShowDialog();
        }