using ComPDFKitViewer.PdfViewer; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PDF_Office.Helper { /// /// 可以复用的事件,避免重复写相同的逻辑 /// public static class CommomEvent { } }