sharee.bike-App/TINKLib/ViewTypes.cs
2021-05-13 20:03:07 +02:00

21 lines
439 B
C#

namespace TINK
{
/// <summary> Holds a entry for each page of the TINK app.</summary>
public enum ViewTypes
{
LoginPage,
MapPage,
RegisterPage,
PasswordForgottenPage,
BikeInfoCarouselPage,
MyBikesPage,
SettingsPage,
TabbedPageInfo,
TabbedPageHelpContact,
ManageAccountPage,
AgbPage,
WhatsNewPage,
BikesAtStation
}
}