sledgemapper/Sledgemapper/UI/MapWindow.cs
Michele Scandura 7e3e645fc9
All checks were successful
continuous-integration/drone/push Build is passing
fixes and cleanup
2021-09-21 11:09:26 +01:00

15 lines
No EOL
193 B
C#

/* Generated by MyraPad at 02/09/2021 16:26:04 */
namespace Sledgemapper.UI
{
public partial class MapWindow
{
public MapWindow()
{
BuildUI();
}
}
}