How to use 3.0? #961
-
Sorry, am I stupid or something? But with 3.0 I get the Error 'The name "UiWindow" does not exist in the namespace "http://schemas.lepo.co/wpfui/2022/xaml"'. Is there a new namespace? Where is the UiWindow? |
Beta Was this translation helpful? Give feedback.
Answered by
johnvesalius
Feb 19, 2024
Replies: 1 comment 1 reply
-
No, you're not stupid. The README is somewhat outdated. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Bluespide
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, you're not stupid. The README is somewhat outdated.
ui:UiWindow
is nowui:FluentWindow
. Check out https://github.com/lepoco/wpfui/tree/main/src/Wpf.Ui.Demo.Simple for working code.