8 lines
129 B
C#
8 lines
129 B
C#
|
|
namespace DTS.DASLib.Service.StateMachine
|
|||
|
|
{
|
|||
|
|
public interface IStatusParameters
|
|||
|
|
{
|
|||
|
|
void Reset();
|
|||
|
|
}
|
|||
|
|
}
|