1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
2017-09-06 15:41:23 +02:00

16 lines
298 B
C#

using System.Windows.Controls;
namespace Artemis.Modules.Games.WoW
{
/// <summary>
/// Interaction logic for WoWView.xaml
/// </summary>
public partial class WoWView : UserControl
{
public WoWView()
{
InitializeComponent();
}
}
}