9 lines
192 B
C#
9 lines
192 B
C#
using mROA.Implementation;
|
|
|
|
namespace mROA.Example;
|
|
|
|
public class TestParameter
|
|
{
|
|
public int A { get; set; }
|
|
public TransmittedSharedObject<ITestParameter> LinkedObject { get; set; }
|
|
} |