Пример #1
0
 private void finder_IntPtrFound(IntPtrFoundEventArgs e)
 {
     Finder.IntPtrFound -= finder_IntPtrFound;
     OnRequestShare(e);
 }
Пример #2
0
 protected virtual void OnRequestShare(IntPtrFoundEventArgs e)
 {
     if (null != RequestShare) RequestShare(new StartShareEventArgs(this.UserID, e.hWnd));
 }