コード例 #1
0
 protected void botonEliminarUsuario_Click(object sender, EventArgs e)
 {
     ws.EliminarUsuario(textUsuario.Text);
 }