When i add an event to this button `<Button Text="Report Bug" Clicked="ReportBug_OnClicked"></Button>` It show error No method ReportBug_OnClicked found on type Xamarin.Form.ContentPage
When i add an event to this button
<Button Text="Report Bug" Clicked="ReportBug_OnClicked"></Button>It show error
No method ReportBug_OnClicked found on type Xamarin.Form.ContentPage