blob: 0134dca1bab251cf6f95a02c81a452e49d5c482f [file] [log] [blame]
namespace TopicListener
{
class Program
{
static void Main(string[] args)
{
Apache.Qpid.Client.Tests.interop.TopicListener.Main(args);
}
}
}