protected override void OnClick() { // // TODO: Sample code showing how to access button host // ArcMap.Application.CurrentTool = null; SolutionSettingsForm form = new SolutionSettingsForm(); var result = form.ShowDialog(); }
public override void OnClick() { SolutionSettingsForm form = new SolutionSettingsForm(); var result = form.ShowDialog(); }