Posts
Sort by recent activity
Wrong time displayed
Hi
Im trying to profile some code in a backgroundworker (wpf application, .net 4.0 Client Profile). The pseudocode is:
void bw_DoWork(object sender, DoWorkEventArgs e)
{
var stopWa...