Exemplo n.º 1
0
 public UINavigationData(UINavigable navigable, UINavigation navigationHandler, UINavigationDirection direction)
 {
     this.navigable         = navigable;
     this.navigationHandler = navigationHandler;
     this.direction         = direction;
 }
Exemplo n.º 2
0
 public UINavigationData(UINavigable navigable, UINavigation navigationHandler, string actionName = "")
 {
     this.navigable         = navigable;
     this.navigationHandler = navigationHandler;
     this.actionName        = actionName;
 }