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