Xamarin Can't Access Controls on Code Behind
The latest update seemed to fix the issue; these references works OK:
this.FirstName.Text = "A";
this.LastName.Text= "B";
It appears some of the designer problems are resolved.
The latest update seemed to fix the issue; these references works OK:
this.FirstName.Text = "A";
this.LastName.Text= "B";
It appears some of the designer problems are resolved.