We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97adbb1 commit 6d76ef5Copy full SHA for 6d76ef5
README.md
@@ -308,7 +308,7 @@ public class Customer
308
Then, we need to create a Form for our customer class, Manuela source generator will setup this form so we can just bind it to the UI inputs.
309
310
```c#
311
-public partial class CustomerForm : Form<Customer>
+public partial class CustomerForm : Form<Customer>
312
{
313
// when we inherit from Form<T>, manuela will generate the form for us.
314
// now we are ready to use this form as the BindingContext of our UI.
0 commit comments