mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
16 lines
298 B
C#
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();
|
|
}
|
|
}
|
|
}
|