Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ServiceProvidersPage.xaml.cs
1
using
NeuroAccessMaui.Services
;
2
3
namespace
NeuroAccessMaui.UI.Pages.Wallet.ServiceProviders
4
{
8
[XamlCompilation(XamlCompilationOptions.Compile)]
9
public
partial class
ServiceProvidersPage
10
{
14
public
ServiceProvidersPage
()
15
{
16
this.ContentPageModel =
new
ServiceProvidersViewModel
(
ServiceRef
.
UiService
.PopLatestArgs<ServiceProvidersNavigationArgs>());
17
this.InitializeComponent();
18
}
19
}
20
}
NeuroAccessMaui.Services.ServiceRef
Base class that references services in the app.
Definition:
ServiceRef.cs:31
NeuroAccessMaui.Services.ServiceRef.UiService
static IUiService UiService
Service serializing and managing UI-related tasks.
Definition:
ServiceRef.cs:55
NeuroAccessMaui.UI.Pages.Wallet.ServiceProviders.ServiceProvidersPage
A page that allows the user to view its tokens.
Definition:
ServiceProvidersPage.xaml.cs:10
NeuroAccessMaui.UI.Pages.Wallet.ServiceProviders.ServiceProvidersPage.ServiceProvidersPage
ServiceProvidersPage()
Creates a new instance of the ServiceProvidersPage class.
Definition:
ServiceProvidersPage.xaml.cs:14
NeuroAccessMaui.UI.Pages.Wallet.ServiceProviders.ServiceProvidersViewModel
The view model to bind to for when displaying a list of service providers.
Definition:
ServiceProvidersViewModel.cs:12
NeuroAccessMaui.Services
Definition:
PlatformSpecific.cs:26
NeuroAccessMaui.UI.Pages.Wallet.ServiceProviders
Definition:
EmptyBuyEDalerServiceProvider.cs:6
NeuroAccessMaui
NeuroAccessMaui
UI
Pages
Wallet
ServiceProviders
ServiceProvidersPage.xaml.cs
Generated by
1.9.5