Exemplo n.º 1
0
 private void ReportError(Exception e)
 {
     if (Delegate != null)
     {
         Delegate.AppCastFailedToLoadWithError(this, e);
     }
 }