using System.Collections.Generic; namespace SRDebugger.UI.Controls { public delegate void PinEntryControlCallback(IList result, bool didCancel); }