コード例 #1
0
 public ChannelEventArgs(CollabrifyNotification_PB response_pb, object specific_response_pb)
 {
     if (response_pb != null)
     {
       response = response_pb;
       type = response_pb.notification_message_type;
       specificResponsePB = specific_response_pb;
     }
 }
コード例 #2
0
 public ChannelEventArgs(CollabrifyNotification_PB response_pb, object specific_response_pb)
 {
     if (response_pb != null)
     {
         response           = response_pb;
         type               = response_pb.notification_message_type;
         specificResponsePB = specific_response_pb;
     }
 } // CTOR