You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
588 B

1 year ago
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. x:Class="GMCabsDriverAssistantSolution.Views.ScanVoucherPage"
  5. Shell.FlyoutBehavior="Disabled"
  6. Title="ScanVoucherPage">
  7. <VerticalStackLayout>
  8. <Label
  9. Text="Nuget packages required to complete this page"
  10. FontSize="25"
  11. VerticalOptions="Center"
  12. HorizontalOptions="Center" />
  13. </VerticalStackLayout>
  14. </ContentPage>