I'm trying to take a variable ID to another form in TXbox, but when executing txbox, it's blank
Cedula = Convert.ToString(reader["Cedula"]);
Intent intent = new Intent(this.Activity, typeof(PagPpal));
intent.PutExtra(PagPpal.MTxtCedula, Cedula...
asked by
19.07.2017 / 16:07