示例#1
0
 public BoxEvent GetEvent(string authToken, string boxId, string eventId)
 {
     return(diadoc.GetEvent(authToken, boxId, eventId));
 }