Fixed Startup-Icons error
This commit is contained in:
@@ -88,6 +88,13 @@ namespace CMS_CORE_Library
|
||||
public PowerOnDataModel AxisReset { get; set; }
|
||||
public PowerOnDataModel WaterjetPump { get; set; }
|
||||
|
||||
public PostPowerOnModel()
|
||||
{
|
||||
AxisReset = new PowerOnDataModel();
|
||||
WaterjetPump = new PowerOnDataModel();
|
||||
|
||||
}
|
||||
|
||||
public override bool Equals(object obj)
|
||||
{
|
||||
var item = obj as PostPowerOnModel;
|
||||
|
||||
Reference in New Issue
Block a user