コード例 #1
0
ファイル: VoicemailRecorder.cs プロジェクト: jimmyp/jibbr
 private static IEnumerable<dynamic> GetRooms(IBot bot)
 {
     return bot.GetRooms();
 }