Inheritance: System.EventArgs
コード例 #1
0
 private void RaiseHashed(TorrentCreatorEventArgs e)
 {
     Toolbox.RaiseAsyncEvent(Hashed, this, e);
 }
コード例 #2
0
ファイル: TorrentCreator.cs プロジェクト: Eskat0n/OctoTorrent
 private void RaiseHashed(TorrentCreatorEventArgs e)
 {
     Toolbox.RaiseAsyncEvent(Hashed, this, e);
 }