using System; namespace SRDebugger.Services { public delegate void BugReportProgressCallback(float progress); }