This commit is contained in:
Matthias Heil
2026-01-15 16:14:11 +01:00
parent 9953e76d55
commit a329c0d0b0
3 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
// See https://aka.ms/new-console-template for more information
using System.Net.Mail;
using System.Numerics;
var displayName = "Thomas Ardal";
var email = "thomas@elmah.io";
var mailAddress = new MailAddress(email, displayName);
var xxx = new Vector3(1, 2, 3);
return;