public UINavigationData(UINavigable navigable, UINavigation navigationHandler, UINavigationDirection direction) { this.navigable = navigable; this.navigationHandler = navigationHandler; this.direction = direction; }
public UINavigationData(UINavigable navigable, UINavigation navigationHandler, string actionName = "") { this.navigable = navigable; this.navigationHandler = navigationHandler; this.actionName = actionName; }