Sign in
apache
/
qpid
/
45d36f36ad0aa45040e997f53c465b034d49d1d9
/
.
/
Final
/
dotnet
/
TopicListener
/
Program.cs
blob: 0134dca1bab251cf6f95a02c81a452e49d5c482f [
file
] [
log
] [
blame
]
namespace
TopicListener
{
class
Program
{
static
void
Main
(
string
[]
args
)
{
Apache
.
Qpid
.
Client
.
Tests
.
interop
.
TopicListener
.
Main
(
args
);
}
}
}