asternet/Asterisk.2013/Asterisk.NET/Manager/Action/CoreShowChannelsAction.cs
2015-01-03 15:37:29 +00:00

10 lines
222 B
C#

namespace AsterNET.Manager.Action
{
public class CoreShowChannelsAction : ManagerAction
{
public override string Action
{
get { return "CoreShowChannels"; }
}
}
}