How can we help you today? How can we help you today?
mhiltunen
Profiling Windows Forms async event handlers
Is there a way to profile async event handlers. For example if I have a code like this: Private Async Sub ChildForm_Load(sender As Object, e As EventArgs) Handles Me.Load Await Task.Run...
0 followers 0 comments 0 votes