Beispiel #1
0
        private void VolutarMcdEditMenuItem_Click(object sender, EventArgs e)
        {
            if ((Map as XCMapFile) != null)
            {
                var pathService = new VolutarSettingService(Settings);

                var path = pathService.GetEditorFilePath();

                if (!string.IsNullOrEmpty(path))
                {
                    Process.Start(new ProcessStartInfo(path));
                }
            }
        }