commit
e5df8741c2
@ -1,9 +1,15 @@
|
|||||||
namespace MangaMap;
|
using MangaMap.Views;
|
||||||
|
namespace MangaMap;
|
||||||
public partial class NewContent1 : ContentView
|
|
||||||
{
|
public partial class NewContent1 : ContentView
|
||||||
public NewContent1()
|
{
|
||||||
{
|
public NewContent1()
|
||||||
InitializeComponent();
|
{
|
||||||
}
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
void ImageButton_Clicked(System.Object sender, System.EventArgs e)
|
||||||
|
{
|
||||||
|
Navigation.PushAsync(new homePage());
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue