8 lines
147 B
C#
8 lines
147 B
C#
|
namespace Tapeti.Flow
|
|||
|
{
|
|||
|
public static class ContextItems
|
|||
|
{
|
|||
|
public const string FlowContext = "Tapeti.Flow.FlowContext";
|
|||
|
}
|
|||
|
}
|