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