Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MachineReportPage.xaml.cs
2
4{
8 [XamlCompilation(XamlCompilationOptions.Compile)]
9 public partial class MachineReportPage
10 {
15 {
16 this.ContentPageModel = new MachineReportViewModel(ServiceRef.UiService.PopLatestArgs<MachineReportNavigationArgs>());
17 this.InitializeComponent();
18 }
19 }
20}
Base class that references services in the app.
Definition: ServiceRef.cs:31
static IUiService UiService
Service serializing and managing UI-related tasks.
Definition: ServiceRef.cs:55
Holds navigation parameters specific to a report from a state-machine.
A page that allows the user to view a state-machine report.
MachineReportPage()
A page that allows the user to view a state-machine report.
The view model to bind to for when displaying information about the current state of a state-machine.