5 lines
195 B
C#
5 lines
195 B
C#
|
|
namespace TabletTester2025.Models
|
|||
|
|
{
|
|||
|
|
public enum TestType { None, Hardness, Friability, Disintegration, Dissolution }
|
|||
|
|
public enum TestPhase { Idle, Running, Paused, Completed, Error }
|
|||
|
|
}
|