protected void OnFindFile(FindFileArgs e) { EventHandler <FindFileArgs> handler = FindFile; if (handler != null) { handler(this, e); } }
protected void OnFindFile(FindFileArgs e) { EventHandler<FindFileArgs> handler = FindFile; if (handler != null) handler(this, e); }