9 lines
205 B
C#
9 lines
205 B
C#
using System;
|
|
|
|
namespace ICSharpCode.SharpZipLib.Core
|
|
{
|
|
// Token: 0x02000012 RID: 18
|
|
// (Invoke) Token: 0x0600009A RID: 154
|
|
public delegate void ProcessFileHandler(object sender, ScanEventArgs e);
|
|
}
|