Example #1
0
 internal void OnLastError(LastErrorEventArgs e)
 {
     if (LastError != null)
     {
         LastError(this, e);
     }
 }
Example #2
0
 internal void OnLastError(LastErrorEventArgs e) {
   if (LastError != null)
     LastError(this, e);
 }