Esempio n. 1
0
        public void Export_Settings_Click(object sender, System.EventArgs args)
        {
            ExportSettingsDialog dlg = new ExportSettingsDialog(ActiveDocument.ExportSettings, ActiveDocument, ActiveDocument.PointSets.ExportIncluded(), ActiveDocument.PointSets.ExportExcluded());

            if (dlg.ShowDialog() == DialogResult.OK)
            {
                ActiveDocument.ExportSettings = dlg.Settings;
            }
        }
Esempio n. 2
0
        public void Export_Settings_Click(object sender, System.EventArgs args)
        {
            ExportSettingsDialog dlg = new ExportSettingsDialog(ActiveDocument.ExportSettings, ActiveDocument, ActiveDocument.PointSets.ExportIncluded(), ActiveDocument.PointSets.ExportExcluded());

            if (dlg.ShowDialog() == DialogResult.OK)
            {
                ActiveDocument.ExportSettings = dlg.Settings;
            }
        }