Fixed Inheritance Bug 5
This commit is contained in:
parent
77b07a3247
commit
d541b23213
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue