mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
16 lines
337 B
C#
16 lines
337 B
C#
using MahApps.Metro.Controls;
|
|
|
|
namespace Artemis.Profiles.Lua.Modules.Gui
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for LuaWindowView.xaml
|
|
/// </summary>
|
|
public partial class LuaWindowView : MetroWindow
|
|
{
|
|
public LuaWindowView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|