コード例 #1
0
ファイル: ClientPuppeteer.cs プロジェクト: bvalente/dad
 public MeetingProposal createMeeting(string[] args)
 {
     return(client.create(args));
 }