MailMessage correo = CreateCorreo(player, teamName); System.Net.Mail.SmtpClient smtp = CreateSmtp(); smtp.Send(correo); }
確定! 回上一頁