ui tweaks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele Scandura 2021-09-03 17:16:43 +01:00
parent a8991b474f
commit 4149d744e8
7 changed files with 224 additions and 53 deletions

View file

@ -0,0 +1,11 @@
/* Generated by MyraPad at 03/09/2021 16:19:13 */
namespace Sledgemapper.UI
{
public partial class ListItem
{
public ListItem()
{
BuildUI();
}
}
}