mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-02-04 02:43:32 +00:00
12 lines
373 B
C#
12 lines
373 B
C#
using Artemis.UI.Screens.ProfileEditor.ConfigurationPanels.Items;
|
|
using ReactiveUI.Avalonia;
|
|
|
|
namespace Artemis.UI.Screens.ProfileEditor.DesignPanels.Items;
|
|
|
|
public partial class ConfigurationNumericItemDesignView : ReactiveUserControl<ConfigurationStringItemDesignViewModel>
|
|
{
|
|
public ConfigurationNumericItemDesignView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |