mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Adds some debug comments to assist in debugging
This commit is contained in:
parent
77672237e6
commit
0e41cafdad
2 changed files with 10 additions and 6 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue