mirror of
https://github.com/nothke/quality-control.git
synced 2024-11-10 04:53:41 +00:00
4 lines
63 B
C#
4 lines
63 B
C#
public interface IResetable
|
|
{
|
|
public void ResetMachine();
|
|
} |