|
namespace FruitBankHybrid
|
|
{
|
|
public partial class MainPage : ContentPage
|
|
{
|
|
public MainPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void OnActionButtonClick(object sender, EventArgs e)
|
|
{
|
|
//Add some code here to show how to communicate with a control in BlazorWebView
|
|
}
|
|
}
|
|
}
|