Beispiel #1
0
 static void Main(string[] args)
 {
     var letter = new LetterBuilder()
                  .AddBody("test body")
                  .AddTo("test to")
                  .AddCopyRecipient("test resicipient")
                  .AddLetterSubject("test subject")
                  .GetLetter();
 }
Beispiel #2
0
 private void Awake()
 {
     Instance = this;
 }