static void Main(string[] args) { m_Server = new WebServer(80, Environment.CurrentDirectory + "\\Root"); m_Server.Start(); }