Sign in
apache
/
npanday
/
refs/tags/npanday-project-1.1
/
.
/
integration-tests
/
issue67-mono
/
NPanday.Test.Issue67.Application
/
MarshalClass.cs
blob: 96f5eaed8456655a121b06af3535073e12f43cb7 [
file
] [
log
] [
blame
]
using
System
;
using
System
.
IO
;
using
System
.
Reflection
;
namespace
NPanday
.
Test
.
Issue67
.
Application
{
public
class
MarshalClass
:
MarshalByRefObject
{
public
void
Execute
()
{
Console
.
WriteLine
(
"Executed the Test Class."
);
}
}
}