mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-13 13:45:59 +00:00
11 lines
262 B
C#
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();
|
|
}
|
|
}
|