Added a welcome notification

This commit is contained in:
Luke Pulverenti
2013-07-06 22:01:14 -04:00
parent 734f08f56d
commit e924efaa6f
3 changed files with 36 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ namespace MediaBrowser.Controller.Library
/// </summary>
event EventHandler<GenericEventArgs<User>> UserDeleted;
event EventHandler<GenericEventArgs<User>> UserCreated;
/// <summary>
/// Gets a User by Id
/// </summary>