Exemple #1
0
 internal Notification(CMsgClientUserNotifications.Notification notification)
 {
     Count = notification.count;
     UserNotificationType = (UserNotificationType)notification.user_notification_type;
 }
 internal NotificationCallback(CMsgClientUserNotifications.Notification body)
 {
     NotificationType = (ENotificationType)body.user_notification_type;
 }