diff options
Diffstat (limited to 'dotnet/TopicPublisher/Program.cs')
-rw-r--r-- | dotnet/TopicPublisher/Program.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotnet/TopicPublisher/Program.cs b/dotnet/TopicPublisher/Program.cs new file mode 100644 index 0000000000..9206466cf7 --- /dev/null +++ b/dotnet/TopicPublisher/Program.cs @@ -0,0 +1,10 @@ +namespace TopicPublisher
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Qpid.Client.Tests.interop.TopicPublisher.Main(args);
+ }
+ }
+}
|