Fixed Inheritance Bug 5

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

View file

@ -5,13 +5,6 @@ namespace AsterNET.Manager.Event
/// </summary>
public class QueueMemberRinginuseEvent : AbstractQueueMemberEvent
{
/// <summary>
/// Evaluates <see langword="true"/> if Ringinuse,
/// <see langword="false"/> if not.<br />
/// </summary>
public new bool Ringinuse { get; set; }
/// <summary>
/// Creates a new QueueMemberRinginuseEvent
/// </summary>