mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
15 lines
310 B
C#
15 lines
310 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Artemis.UI.Screens.Sidebar
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for SidebarView.xaml
|
|
/// </summary>
|
|
public partial class SidebarView : UserControl
|
|
{
|
|
public SidebarView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |