C# Class FSClient.Call.ActiveCallChangedArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: mitchcapper/FSClient Class Usage Examples

Public Properties

Property Type Description
new_active_call Call
old_active_call Call

Property Details

new_active_call public_oe property

public Call,FSClient new_active_call
return Call

old_active_call public_oe property

public Call,FSClient old_active_call
return Call