Add button protected property as well as `Form (DialogContext<TContext>)` to avoid code like this: ``` private Button Button => Form.Controls.OfType<Button>().First(); ``` and also set acceptButton (in form) to this
Add button protected property as well as
Form (DialogContext<TContext>)to avoid code like this:and also set acceptButton (in form) to this