Files
MPF/MPF.UI.Core/Windows/RingCodeGuideWindow.xaml.cs
2022-04-11 10:32:03 -07:00

11 lines
262 B
C#

namespace MPF.UI.Core.Windows
{
/// <summary>
/// Interaction logic for RingCodeGuideWindow.xaml
/// </summary>
public partial class RingCodeGuideWindow : WindowBase
{
public RingCodeGuideWindow() => InitializeComponent();
}
}