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.

19 lines
327 B

  1. namespace GMCabsDriverAssistantSolution.Views;
  2. public partial class NotificationsPage : ContentPage
  3. {
  4. #region Fields
  5. #endregion
  6. #region Properties
  7. #endregion
  8. #region Constructor
  9. public NotificationsPage()
  10. {
  11. InitializeComponent();
  12. }
  13. #endregion
  14. #region Methods
  15. #endregion
  16. }