asternet/Asterisk.2013/Asterisk.NET/Manager/Action/CoreShowChannelsAction.cs

10 lines
222 B
C#
Raw Normal View History

2015-01-03 15:37:29 +00:00
namespace AsterNET.Manager.Action
{
public class CoreShowChannelsAction : ManagerAction
{
public override string Action
{
get { return "CoreShowChannels"; }
}
}
2015-01-03 15:37:29 +00:00
}