protected override void OnClick() { frmAreaVolume frm = new frmAreaVolume(); frm.ShowDialog(); ArcMap.Application.CurrentTool = null; }