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