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

16 lines
316 B
C#

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