sharee.bike-App/TINKLib/ViewTypes.cs
2023-11-21 15:26:57 +01:00

24 lines
383 B
C#

namespace TINK
{
/// <summary> Holds a entry for each page of the TINK app.</summary>
public enum ViewTypes
{
LoginPage,
MapPage,
RegisterPage,
PasswordForgottenPage,
MyBikesPage,
SettingsPage,
LegalInformationPage,
HelpPage,
ManageAccountPage,
GtcPage,
WhatsNewPage,
BikesAtStation,
ContactPage,
SelectStationPage,
MiniSurvey,
SelectBikePage
}
}