summaryrefslogtreecommitdiff
path: root/qpid/dotnet/TestClient/Program.cs
blob: 10e7975fd376193c3161009704263d164f4eed72 (plain)
1
2
3
4
5
6
7
8
9
10
namespace TopicListener
{
    class Program
    {
        static void Main(string[] args)
        {
            Apache.Qpid.Integration.Tests.interop.TestClient.Main(args);
        }
    }
}