void ServerStart(IPEndPoint _ipMyPoint) { NetwInterfaceEx = new Server(); MessageServiceClass.MessageProcessing ("Server was created"+_ipMyPoint.Address.ToString()); NetwInterfaceEx.StartMain(_ipMyPoint); }