Changed the type of the result field of the BlindTransferEvent class
This commit is contained in:
parent
2428cc1e8b
commit
a54ea18b1b
|
@ -6,7 +6,7 @@ namespace AsterNET.Manager.Event
|
|||
{
|
||||
public class BlindTransferEvent : ManagerEvent
|
||||
{
|
||||
public bool Result { get; set; }
|
||||
public string Result { get; set; }
|
||||
public string TransfererChannel { get; set; }
|
||||
public string TransfererChannelState { get; set; }
|
||||
public string TransfererChannelStatedesc { get; set; }
|
||||
|
|
Loading…
Reference in a new issue