public void Main(string[] args) { Console.WriteLine("[] - Servidor Iniciado"); socket = new UDPSocket(MesagemRecebida, 6200); Console.ReadKey(); }