Esempio n. 1
0
 private void finder_IntPtrFound(IntPtrFoundEventArgs e)
 {
     Finder.IntPtrFound -= finder_IntPtrFound;
     OnRequestShare(e);
 }
Esempio n. 2
0
 protected virtual void OnRequestShare(IntPtrFoundEventArgs e)
 {
     if (null != RequestShare) RequestShare(new StartShareEventArgs(this.UserID, e.hWnd));
 }