UI tweaks

This commit is contained in:
Serge
2024-01-01 16:26:17 +01:00
parent aabead161a
commit 7bd0d3594a
6 changed files with 375 additions and 373 deletions

7
app/UI/RCheckBox.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace GHelper.UI
{
public class RCheckBox : CheckBox
{
}
}