1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
2020-08-11 22:54:14 +02:00

16 lines
316 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using Artemis.Core.Plugins.Abstract.DataModels;
namespace Artemis.UI.Shared.Services.DataModelVisualization
{
public class ListDataModelWrapper : DataModel
{
public ListDataModelWrapper()
{
}
}
}