- make event non static

pull/26/head
Simon Gockner 6 years ago
parent da544e0b2e
commit 7534a70423
  1. 2
      GBase.Api/INotifyGBaseEntryChanged.cs

@ -14,6 +14,6 @@ namespace GBase.Api
/// <summary> /// <summary>
/// Notify the GBase that an entry has changed /// Notify the GBase that an entry has changed
/// </summary> /// </summary>
static event EventHandler<GBaseEntryChangedEventArgs> GBaseEntryChanged; event EventHandler<GBaseEntryChangedEventArgs> GBaseEntryChanged;
} }
} }
Loading…
Cancel
Save