diff --git a/BuyPage.xaml b/BuyPage.xaml new file mode 100644 index 0000000..8abf486 --- /dev/null +++ b/BuyPage.xaml @@ -0,0 +1,11 @@ + + + + + diff --git a/BuyPage.xaml.cs b/BuyPage.xaml.cs new file mode 100644 index 0000000..2bacdfa --- /dev/null +++ b/BuyPage.xaml.cs @@ -0,0 +1,9 @@ +namespace MyDiplom; + +public partial class BuyPage : ContentView +{ + public BuyPage() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/MainPage.xaml b/MainPage.xaml index e8541fd..3362a34 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -2,7 +2,7 @@ - + @@ -16,18 +16,35 @@ -