mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-23 16:55:19 +00:00
15 lines
259 B
C#
15 lines
259 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Daybreak.Controls.Glyphs;
|
|
|
|
/// <summary>
|
|
/// Interaction logic for MapGlyph.xaml
|
|
/// </summary>
|
|
public partial class MapGlyph : UserControl
|
|
{
|
|
public MapGlyph()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|