mirror of
https://github.com/nothke/quality-control.git
synced 2024-12-22 15:57:28 +00:00
4 lines
63 B
C#
4 lines
63 B
C#
public interface IResetable
|
|
{
|
|
public void ResetMachine();
|
|
} |