Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISelectable.cs
2{
3 public interface ISelectable
4 {
5 bool IsSelected { get; set; }
6 Microsoft.Maui.Controls.Command ToggleSelectionCommand { get; }
7 }
8}