I'm testing a Windows Presentation Foundation (WPF) application. When I click the X in the corner the window is closed, but the process is still running in Task Manager. This is listed as a bug in Microsoft Connect, but was marked Closed/Postponed in 2008.
StackOverflow thread: http://stackoverflow.com/questions/1286692/wpf-standard-commands-wheres-exit
1 comment:
this was fixed in MainView.xaml.cs; minimize and maximize functioned correctly but exit did not
Post a Comment