yvlawy

Results 1 comments of yvlawy

Thanks for the solution, it works fine! In App.OnLaunched() add: m_window.Closed += Window_Closed; in Window_Closed(object sender, WindowEventArgs args) to stop the closing of the window do: args.Handled = true; -Exit...