diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-19 16:55:10 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-19 16:55:10 +0000 |
commit | 5b7a0ca8896f20c85f176cd178735554833bcefc (patch) | |
tree | 255f0b19781a7ea2195a12e2305a3b81680bcac4 /Final/dotnet/TestClient/Program.cs | |
parent | d66aca6eb24b89052e7e2ab05ade9fcd5398bb95 (diff) | |
download | qpid-python-5b7a0ca8896f20c85f176cd178735554833bcefc.tar.gz |
Creating the tag for final release
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@596364 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);
+ }
+ }
+}
|