namespace CPSO.Forms { interface IFormHighlightSymbol : IFormHighlight { void ClearCurrntSelectionAndHighlight(); } }