blob: 3690f44d36f0f4c1b93e5d8662a1d65644b17644 [file] [log] [blame]
namespace DotPulsar.Internal
{
public enum StateChanged : byte
{
To,
From
}
}