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