Fixed Inheritance Bug 2
This commit is contained in:
parent
7bab07421d
commit
c4431787a1
1 changed files with 21 additions and 31 deletions
|
@ -18,16 +18,6 @@ namespace AsterNET.Manager.Event
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Reason { get; set; }
|
public string Reason { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// <b>Not Available</b>, use <see cref="QueueMemberPauseEvent"/> instead.
|
|
||||||
/// </summary>
|
|
||||||
public new string PausedReason { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// <b>Not Available</b>, use <see cref="QueueMemberPauseEvent"/> instead.
|
|
||||||
/// </summary>
|
|
||||||
public new bool InCall { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Creates a new QueueMemberPausedEvent
|
/// Creates a new QueueMemberPausedEvent
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in a new issue