mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 13:57:28 +02:00
Version 3.0.337
This commit is contained in:
parent
fd0e63cf10
commit
573fe77e12
2336 changed files with 33688 additions and 86082 deletions
|
@ -2,8 +2,13 @@
|
|||
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
xmlns:resources="clr-namespace:TINK.MultilingualResources;assembly=TINKLib"
|
||||
x:Class="TINK.View.Contact.FeesAndBikesPage"
|
||||
Title="{x:Static resources:AppResources.MarkingFeesAndBikes}">
|
||||
x:Class="TINK.View.Contact.FeesAndBikesPage">
|
||||
<Shell.TitleView>
|
||||
<Grid ColumnDefinitions="Auto, 1*">
|
||||
<Label Style="{StaticResource Label-Navbar}"
|
||||
Text="{x:Static resources:AppResources.MarkingFeesAndBikes}"/>
|
||||
</Grid>
|
||||
</Shell.TitleView>
|
||||
<!--Pages can be added as references or inline-->
|
||||
<ContentPage Title="{x:Static resources:AppResources.MarkingTabFees}">
|
||||
<ContentPage.Content>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using TINK.ViewModel;
|
||||
using TINK.ViewModel.Contact;
|
||||
using Xamarin.Forms;
|
||||
using Xamarin.Forms.Xaml;
|
||||
using TINK.ViewModel.Contact;
|
||||
|
||||
namespace TINK.View.Contact
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ namespace TINK.View.Contact
|
|||
{
|
||||
public FeesAndBikesPageViewModel ViewModel { get; }
|
||||
|
||||
public FeesAndBikesPage ()
|
||||
public FeesAndBikesPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
@ -26,7 +26,7 @@ namespace TINK.View.Contact
|
|||
InfoRentBikeWebView.Navigating += ViewModelHelper.OnNavigating;
|
||||
|
||||
/// Info about types of bikes.
|
||||
InfoTypesOfBikesWebView.Navigating += ViewModelHelper.OnNavigating;
|
||||
InfoTypesOfBikesWebView.Navigating += ViewModelHelper.OnNavigating;
|
||||
}
|
||||
|
||||
/// <summary> Called when page is shown. </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue