cell histogram
This commit is contained in:
7
Plugins/LindtLeerformPlugin/Models/CellShape.cs
Normal file
7
Plugins/LindtLeerformPlugin/Models/CellShape.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace LindtLeerformPlugin.Models;
|
||||
|
||||
public enum CellShape
|
||||
{
|
||||
Square,
|
||||
Round
|
||||
}
|
||||
Reference in New Issue
Block a user