sharee.bike-App/TINKLib/ViewTypes.cs
2021-07-20 23:06:09 +02:00

22 lines
455 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,
FeesAndBikesPage,
ManageAccountPage,
AgbPage,
WhatsNewPage,
BikesAtStation,
ContactPage
}
}