Made the TPageEnumeration a value type so the multi page view model can start out with 'null' and switch to the initial page after the main window loads
This commit is contained in:
parent
5175af250e
commit
7d98ba1e0d
3 changed files with 17 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyProduct("Nuclex.Avalonia")]
|
||||
[assembly: AssemblyDescription("Lean and elegant MVVM library with extras for Avalonia")]
|
||||
[assembly: AssemblyCompany("Nuclex Development Labs")]
|
||||
[assembly: AssemblyCopyright("Copyright © Markus Ewald / Nuclex Development Labs 2002-2025")]
|
||||
[assembly: AssemblyCopyright("Copyright © Markus Ewald / Nuclex Development Labs 2002-2026")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
@ -46,4 +46,4 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyVersion("1.5.0")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue