Adds some debug comments to assist in debugging

This commit is contained in:
Neil Dorin
2021-08-02 14:22:31 -06:00
parent 77672237e6
commit 0e41cafdad
2 changed files with 10 additions and 6 deletions

View File

@@ -71,6 +71,8 @@ namespace PepperDash.Essentials
app.ParameterProjectName.Value = props.ProjectName;
Panel = app;
}
else if (type == "xpanel")
Panel = new XpanelForSmartGraphics(id, Global.ControlSystem);
else if (type == "tsw550")
Panel = new Tsw550(id, Global.ControlSystem);
else if (type == "tsw552")