using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Sog; namespace DB { /* public class Program { public static void Main(string[] args) { try { AppParam appParam = new AppParam(args); DBServer dbServer = new DBServer(appParam); dbServer.Start(); } catch (Exception ex) { TraceLog.Exception(ex); } } } */ }