mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
3.0.275
This commit is contained in:
parent
f38b516d25
commit
578fcee611
70 changed files with 6828 additions and 9625 deletions
|
@ -8,16 +8,17 @@ namespace TINK.View.Contact
|
|||
[XamlCompilation(XamlCompilationOptions.Compile)]
|
||||
public partial class FeesAndBikesPage : TabbedPage
|
||||
{
|
||||
public HelpContactViewModel ViewModel { get; }
|
||||
public FeesAndBikesPageViewModel ViewModel { get; }
|
||||
|
||||
public FeesAndBikesPage ()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
ViewModel = new HelpContactViewModel(
|
||||
ViewModel = new FeesAndBikesPageViewModel(
|
||||
App.ModelRoot.NextActiveUri.Host,
|
||||
App.ModelRoot.IsSiteCachingOn,
|
||||
resourceName => ViewModelResourceHelper.GetSource(resourceName));
|
||||
App.ModelRoot.ResourceUrls.FeesResourcePath,
|
||||
App.ModelRoot.ResourceUrls.BikesResourcePath,
|
||||
App.ModelRoot.IsSiteCachingOn);
|
||||
|
||||
BindingContext = ViewModel;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue