Merge pull request #224 from ddyner/BlindTransferEventResult
Changed the type of the result field of the BlindTransferEvent class
This commit is contained in:
		
						commit
						05365eaa56
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@ namespace AsterNET.Manager.Event
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	public class BlindTransferEvent : ManagerEvent
 | 
						public class BlindTransferEvent : ManagerEvent
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
        public bool Result { get; set; }
 | 
					        public string Result { get; set; }
 | 
				
			||||||
        public string TransfererChannel { get; set; }
 | 
					        public string TransfererChannel { get; set; }
 | 
				
			||||||
        public string TransfererChannelState { get; set; }
 | 
					        public string TransfererChannelState { get; set; }
 | 
				
			||||||
        public string TransfererChannelStatedesc { get; set; }
 | 
					        public string TransfererChannelStatedesc { get; set; }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue