コード例 #1
0
 /// <summary>
 /// Ýþçi thread hata aldý olayýný tetikler.
 /// </summary>
 /// <param name="sender">Olayý tetikleyen nesne.</param>
 /// <param name="e">Olay argümanlarý.</param>
 public void OnWorkerThreadException(object sender, WorkerThreadExceptionEventArgs e)
 {
     WorkerThreadException(sender, e);
 }
コード例 #2
0
 private void OnWorkerThreadException(WorkerThreadExceptionEventArgs e)
 {
    m_WorkerThreadManager.OnWorkerThreadException(this, e);
 }