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