Friday, 6 September 2013

Application MainWindow is null in WPF (using Caliburn Micro)

Application MainWindow is null in WPF (using Caliburn Micro)

I am developing a WPF application and I need to get a point to the main
window of application inside a control. I am using Caliburn Micro.
Application.Current.MainWindow is null
How can I get a reference to the MainWindow of application in Caliburn Micro?

No comments:

Post a Comment