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

This commit is contained in:
Michele Scandura 2021-09-16 12:18:18 +01:00
parent f15f1c8857
commit 08626d7a81
8 changed files with 19 additions and 7 deletions

View file

@ -0,0 +1,12 @@
/* Generated by MyraPad at 28/08/2021 22:04:11 */
namespace Sledgemapper.UI
{
public partial class PlayerWindow
{
public PlayerWindow()
{
BuildUI();
}
}
}