8 lines
No EOL
271 B
Text
8 lines
No EOL
271 B
Text
<Router AppAssembly="@typeof(Program).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Windows.MainWindow)" />
|
|
</Found>
|
|
<NotFound>
|
|
<RedirectToRoute Route="/Library" />
|
|
</NotFound>
|
|
</Router> |