Exemple #1
0
 private void AddPostMailTextExample(string postMailTextExample)
 {
     if (string.IsNullOrWhiteSpace(postMailTextExample))
     {
         return;
     }
     PostMailTextExamples.Add(postMailTextExample);
 }
Exemple #2
0
 private void RemovePostMailTextExample(string postMailTextExample)
 {
     PostMailTextExamples.Remove(postMailTextExample);
 }