Inheritance: global::ProtoBuf.IExtensible
Esempio n. 1
0
 internal CommentNotification(CMsgClientCommentNotifications msg)
 {
     CountNewComments = msg.count_new_comments;
     CountNewCommentsOwner = msg.count_new_comments_owner;
     CountNewCommentsSubscriptions = msg.count_new_comments_subscriptions;
 }
Esempio n. 2
0
 internal CommentNotificationCallback(CMsgClientCommentNotifications msg)
 {
     CommentNotifications = new CommentNotification(msg);
 }