Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RemoveSubscriptionPopup.cs
2{
6 public partial class RemoveSubscriptionPopup
7 {
8 private readonly RemoveSubscriptionViewModel viewModel;
9
15 {
16 this.InitializeComponent();
17 this.BindingContext = this.viewModel = ViewModel;
18 }
19
21 protected override void OnDisappearing()
22 {
23 this.viewModel.Close();
24 base.OnDisappearing();
25 }
26 }
27}
Asks the user if it wants to remove an existing presence subscription request as well.
RemoveSubscriptionPopup(RemoveSubscriptionViewModel ViewModel)
Asks the user if it wants to remove an existing presence subscription request as well.