diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-19 16:17:15 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-19 16:17:15 +0000 |
commit | 96420dfa6bb12a4b9fce082d50e49910e3dc8779 (patch) | |
tree | 255f0b19781a7ea2195a12e2305a3b81680bcac4 /Final/dotnet/TestClient/Program.cs | |
parent | 5de8db83d669a00a8ac19023bbece140421316ab (diff) | |
download | qpid-python-96420dfa6bb12a4b9fce082d50e49910e3dc8779.tar.gz |
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
Diffstat (limited to 'Final/dotnet/TestClient/Program.cs')
-rw-r--r-- | Final/dotnet/TestClient/Program.cs | 10 |
1 files changed, 10 insertions, 0 deletions
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);
+ }
+ }
+}
|