Navigation |
public sealed class NavigationManager
The NavigationManager type exposes the following members.
| Name | Description | |
|---|---|---|
| FileLoad | Load a new application. | |
| FileNew | Create a new file. | |
| SetCurrentScreen | Sets CurrentScreen of application. |
NavigationManager.Instance.FileLoad(
file: new AxiomFile(
kind: AxiomFileKind.Application2,
access: AxiomFileAccess.Public,
path: "Test"
),
target: PropertyNavigateTarget.NewWindow
);