From 96420dfa6bb12a4b9fce082d50e49910e3dc8779 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 19 Nov 2007 16:17:15 +0000 Subject: Creating a new tag for M2 final release git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@596351 13f79535-47bb-0310-9956-ffa450edef68 --- Final/dotnet/TestClient/Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Final/dotnet/TestClient/Program.cs (limited to 'Final/dotnet/TestClient/Program.cs') diff --git a/Final/dotnet/TestClient/Program.cs b/Final/dotnet/TestClient/Program.cs new file mode 100644 index 0000000000..4c39638eb3 --- /dev/null +++ b/Final/dotnet/TestClient/Program.cs @@ -0,0 +1,10 @@ +namespace TopicListener +{ + class Program + { + static void Main(string[] args) + { + Apache.Qpid.Client.Tests.interop.TestClient.Main(args); + } + } +} -- cgit v1.2.1