9 lines
199 B
C#
9 lines
199 B
C#
namespace Ministreliy.Models
|
|
{
|
|
public class DataStore
|
|
{
|
|
public static List<DeviceType>? ListDeviceTypesStore;
|
|
public static List<DeviceItem>? ListDeviceItemsStore;
|
|
}
|
|
}
|