12 lines
284 B
C#
12 lines
284 B
C#
namespace Examples.testing{
|
|
[Guid("69de6e29-4eeb-4672-934a-05ca982ed5db")]
|
|
internal sealed class MathTests : Instance<MathTests>
|
|
{
|
|
[Output(Guid = "17ef7414-7c28-43a0-bd04-b72bb03ad2bb")]
|
|
public readonly Slot<string> Result = new Slot<string>();
|
|
|
|
|
|
}
|
|
}
|
|
|