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