diff --git a/Documentation/guides/LayoutCodeBehind.md b/Documentation/guides/LayoutCodeBehind.md index e2ee01c281c..803bde6f497 100644 --- a/Documentation/guides/LayoutCodeBehind.md +++ b/Documentation/guides/LayoutCodeBehind.md @@ -11,28 +11,45 @@ dateupdated: 2018-01-29 Xamarin.Android supports the auto generation of "Code Behind" classes. These classes can reduce the amount code a developer writes. You can end up replacing code like - SetContentView (Resource.Layout.Main); - var button = FindViewById