sledgemapper/Sledgemapper/UI/MapWindow.cs
Michele Scandura 4179143fdb
All checks were successful
continuous-integration/drone/push Build is passing
even more cleanup
2021-09-16 15:27:03 +01:00

18 lines
No EOL
247 B
C#

/* 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
{
public MapWindow()
{
BuildUI();
}
}
}