Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
CSharpLinkToCxx
/
cli.cpp
blob: 97ac7246a2471984727009b2004efe3aa485e1b7 [
file
] [
log
] [
blame
]
#include
"cli.hpp"
using
namespace
System
;
namespace
CLIApp
{
void
MyCli
::
testMyCli
()
{
Console
::
WriteLine
(
"#message from CLIApp"
);
}
}