using System; namespace GoldPrinter { public delegate void ImportExcelDelegate(object obj, ImportExcelArgs ev); }