Пример #1
0
 public void RaiseNotification(string message)
 {
     Notify?.Invoke(message);
 }