コード例 #1
0
 public void RemoveUser(string targetUser)
 {
     blockUnauthorized();
     mainContactModule.deleteUser(targetUser);
 }
コード例 #2
0
ファイル: Skype4Sharp.cs プロジェクト: VB6Hobbyst7/Skype3D
 public async Task RemoveUser(string targetUser)
 {
     blockUnauthorized();
     await mainContactModule.deleteUser(targetUser);
 }