Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BackMethod.cs
2{
6 public enum BackMethod
7 {
12 Inherited = 0,
13
17 Pop = 1,
18
22 Pop2 = 2,
23
27 CurrentPage = 3
28 }
29}
BackMethod
Navigation Back Method
Definition: BackMethod.cs:7