internal void OnLastError(LastErrorEventArgs e) { if (LastError != null) { LastError(this, e); } }
internal void OnLastError(LastErrorEventArgs e) { if (LastError != null) LastError(this, e); }