COSMETIC: Comment out unused vars, remove not released versions and update dependencies

This commit is contained in:
Konstantin Hintermayer
2025-06-21 14:44:25 -07:00
parent 106851fe94
commit f92c163e2c
4 changed files with 9 additions and 9 deletions

View File

@ -54,8 +54,8 @@
new Resource { ResourceType = ResourceType.Stylesheet, Url = ModulePath() + "Module.css" }
};
private ElementReference form;
private bool validated = false;
// private ElementReference form;
// private bool validated = false;
private int _id;
private string _name;