Fixed Inheritance Bug 4

This commit is contained in:
Deantwo 2017-12-22 14:12:02 +01:00 committed by GitHub
parent 0949c1011e
commit 77b07a3247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,6 @@ namespace AsterNET.Manager.Event
/// </summary>
public class QueueMemberRemovedEvent : AbstractQueueMemberEvent
{
/// <summary>
/// Returns the name of the member's interface.<br/>
/// E.g. the channel name or agent group.
/// </summary>
public new string MemberName { get; set; }
/// <summary>
/// Creates a new QueueMemberRemovedEvent
/// </summary>