20 lines
327 B
C#
20 lines
327 B
C#
|
namespace GMCabsDriverAssistantSolution.Views;
|
||
|
|
||
|
public partial class NotificationsPage : ContentPage
|
||
|
{
|
||
|
#region Fields
|
||
|
#endregion
|
||
|
|
||
|
#region Properties
|
||
|
#endregion
|
||
|
|
||
|
#region Constructor
|
||
|
public NotificationsPage()
|
||
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
#endregion
|
||
|
|
||
|
#region Methods
|
||
|
#endregion
|
||
|
}
|