示例#1
0
 private async Task <bool> sendImagePerfilServer(byte[] b)
 {
     if (b.Length > 0)
     {
         Comunicacion.sendImagePerfil(AplicationSettings.getToken(), b);
         return(true);
     }
     return(false);
 }