Added client commands backend

This commit is contained in:
Andrea
2025-10-02 08:53:03 +02:00
parent cb74dd00d3
commit 036ea0ed6a
3 changed files with 19 additions and 12 deletions

View File

@@ -73,6 +73,7 @@
resources.ApplyResources(this.cmdLst, "cmdLst");
this.cmdLst.Name = "cmdLst";
this.cmdLst.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
this.cmdLst.SelectedIndexChanged += new System.EventHandler(this.cmdLst_SelectedIndexChanged);
//
// logLst
//