Example #1
0
 internal NotificationEventArgs(Notification notification)
 {
     this.Severity = notification.Severity;
     this.Type = notification.Type;
     this.Text = notification.Text;
 }
Example #2
0
 internal BalanceOperation(Notification notification)
 {
     this.Balance = notification.Balance;
     this.TransactionAmount = notification.TransactionAmount;
     this.TransactionCurrency = notification.TransactionCurrency;
 }