7 lines
154 B
C#
7 lines
154 B
C#
using System.Collections.Generic;
|
|
|
|
namespace SRDebugger.UI.Controls
|
|
{
|
|
public delegate void PinEntryControlCallback(IList<int> result, bool didCancel);
|
|
}
|