예제 #1
0
 public UINavigationData(UINavigable navigable, UINavigation navigationHandler, UINavigationDirection direction)
 {
     this.navigable         = navigable;
     this.navigationHandler = navigationHandler;
     this.direction         = direction;
 }
예제 #2
0
 public UINavigationData(UINavigable navigable, UINavigation navigationHandler, string actionName = "")
 {
     this.navigable         = navigable;
     this.navigationHandler = navigationHandler;
     this.actionName        = actionName;
 }