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