mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
16 lines
316 B
C#
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()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|