diff --git a/MainPage.xaml b/MainPage.xaml
index 17b0dd0..e9147bc 100644
--- a/MainPage.xaml
+++ b/MainPage.xaml
@@ -87,7 +87,11 @@
CornerRadius="15"
HeightRequest="48"
WidthRequest="335">
-
+
@@ -108,7 +112,25 @@
CornerRadius="15"
HeightRequest="48"
WidthRequest="335">
-
+
+
+
+
+
+
+
+
@@ -126,6 +148,7 @@
diff --git a/MainPage.xaml.cs b/MainPage.xaml.cs
index f2e8115..06ab3f4 100644
--- a/MainPage.xaml.cs
+++ b/MainPage.xaml.cs
@@ -9,6 +9,11 @@
InitializeComponent();
}
+ private async void Button_Clicked(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new NewPage1());
+ }
+
//private void OnCounterClicked(object sender, EventArgs e)
//{
// count++;