mirror of
https://github.com/nothke/quality-control.git
synced 2024-11-12 22:03:42 +00:00
4 lines
97 B
C#
4 lines
97 B
C#
|
public interface IDefectVisualizer
|
|||
|
{
|
|||
|
public void VisualizeDefect(DefectType defectType);
|
|||
|
}
|