Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportOrBlockPopup.cs
2{
6 public partial class ReportOrBlockPopup
7 {
8 private readonly ReportOrBlockViewModel viewModel;
9
14 {
15 this.InitializeComponent();
16 this.BindingContext = this.viewModel = ViewModel;
17 }
18
20 protected override void OnDisappearing()
21 {
22 this.viewModel.Close();
23 base.OnDisappearing();
24 }
25 }
26}
Prompts the user for a response of a presence subscription request.
ReportOrBlockPopup(ReportOrBlockViewModel ViewModel)
Prompts the user for a response of a presence subscription request.