This commit is contained in:
seerge
2023-03-17 22:28:33 +01:00
parent 845b182b55
commit 5b89556ed3
24 changed files with 557 additions and 287 deletions

View File

@@ -29,6 +29,7 @@ namespace CustomControls
if (activated != value)
this.Invalidate();
activated = value;
}
}