add to help page button navigation to Balance Page

pull/30/head
Antoine PEREDERII 2 years ago
parent 61273c6cee
commit 757e1326a7

@ -7,13 +7,10 @@ public partial class HelpPage : ContentPage
InitializeComponent(); InitializeComponent();
} }
void ContentPage_NavigatedTo(System.Object sender, Microsoft.Maui.Controls.NavigatedToEventArgs e) public async void Send_Clicked(object sender, EventArgs e)
{ {
} await Shell.Current.Navigation.PushAsync(new BalancePage());
void Send_Clicked(System.Object sender, System.EventArgs e)
{
await Navigation.PushAsync(new BalancePage());
} }
} }

Loading…
Cancel
Save