asternet/Asterisk.2013/Asterisk.NET/Manager/Action/ProxyAction.cs
2014-01-08 14:16:39 +00:00

11 lines
173 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace AsterNET.Manager.Action
{
public abstract class ProxyAction : ManagerAction
{
}
}