コード例 #1
0
 public InteractionRequestAddedEventArgs(InteractionRequest addedInteraction)
 {
     AddedInteraction = addedInteraction;
 }