Sign in
apache
/
qpid
/
refs/heads/M2.1-release
/
.
/
dotnet
/
TopicPublisher
/
Program.cs
blob: a68df14bb353241115fdc2625f6b235ed6a2cc75 [
file
] [
log
] [
blame
]
namespace
TopicPublisher
{
class
Program
{
static
void
Main
(
string
[]
args
)
{
Apache
.
Qpid
.
Client
.
Tests
.
interop
.
TopicPublisher
.
Main
(
args
);
}
}
}