Esempio n. 1
0
 public void Send(Notification Info)
 {
     if (Info.ContainsData())
         Send(Info.Message, Info);
 }