even more cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele Scandura 2021-09-16 15:27:03 +01:00
parent 7808363a07
commit 4179143fdb
15 changed files with 192 additions and 183 deletions

View file

@ -1,4 +1,8 @@
/* Generated by MyraPad at 02/09/2021 16:26:04 */
using Myra.Graphics2D.UI;
using Sentry;
using System;
namespace Sledgemapper.UI
{
public partial class MapWindow
@ -6,6 +10,9 @@ namespace Sledgemapper.UI
public MapWindow()
{
BuildUI();
}
}
}
}
}