Files
2021-12-01 18:05:50 +01:00

13 lines
185 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Iob.Config
{
public class ServerConf
{
}
}