10 lines
222 B
C#
10 lines
222 B
C#
namespace AsterNET.Manager.Action
|
|
{
|
|
public class CoreShowChannelsAction : ManagerAction
|
|
{
|
|
public override string Action
|
|
{
|
|
get { return "CoreShowChannels"; }
|
|
}
|
|
}
|
|
} |