e043ae2181
Added Javascript TestPage in wwwroot
20 lines
455 B
C#
20 lines
455 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Client.Config
|
|
{
|
|
|
|
public static class Config
|
|
{
|
|
|
|
public static SubModels.Client ClientConfig;
|
|
public static SubModels.Connection ConnectionConfig;
|
|
public static SubModels.VendorHmi VendorHmiConfig;
|
|
public static SubModels.Software[] ExtSoftwaresConfig { get; set; }
|
|
|
|
}
|
|
}
|