diff --git a/Pages/MyList.xaml b/Pages/MyList.xaml new file mode 100644 index 0000000..5aba502 --- /dev/null +++ b/Pages/MyList.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/Pages/MyList.xaml.cs b/Pages/MyList.xaml.cs new file mode 100644 index 0000000..53af6f7 --- /dev/null +++ b/Pages/MyList.xaml.cs @@ -0,0 +1,9 @@ +namespace ShoopNCook.Pages; + +public partial class MyList : ContentPage +{ + public MyList() + { + InitializeComponent(); + } +} \ No newline at end of file