コード例 #1
0
ファイル: Skype4Sharp.cs プロジェクト: VB6Hobbyst7/Skype3D
 public async Task <List <Chat> > GetRecent()
 {
     blockUnauthorized();
     return(await mainMessageModule.getRecent());
 }