-
Hi, Am I doing something wrong or can MessageBox not be implemented in a UserControl. Thanks using Stylet; namespace SmallBusCustMgtWPF.Pages
CustomerNote = new
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There's no constructor parameter called |
Beta Was this translation helpful? Give feedback.
-
Thanks, that works
Sent from C. Ihle's iPhone
704-439-6270
… On Jan 2, 2021, at 1:04 PM, Antony Male ***@***.***> wrote:
this.windowManager = windowManager
There's no constructor parameter called windowManager, so this assigns the field to itself. You need to pass a window manager into the constructor
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
There's no constructor parameter called
windowManager
, so this assigns the field to itself. You need to pass a window manager into the constructor