public ServiceMenu() { ConfigServer.LoadFromFile(); _p2pService = new P2PService(); //_p2pService.ConnectServer(); }
static void Main(string[] args) { P2PService p2PService = new P2PService(); p2PService.Start(); }