Files
MPF/MPF.UI.Core/Windows/RingCodeGuideWindow.xaml.cs

11 lines
262 B
C#
Raw Normal View History

2022-04-11 10:32:03 -07:00
namespace MPF.UI.Core.Windows
{
/// <summary>
/// Interaction logic for RingCodeGuideWindow.xaml
/// </summary>
public partial class RingCodeGuideWindow : WindowBase
{
public RingCodeGuideWindow() => InitializeComponent();
}
}