Hi,
I know how to write trace statements that I can view in a webforms environment, but how do I do this in a windows forms app?
I am inside of a static method, and I want to display the sql query that it is generating.
I don't have access to messagebox.show, what are my options?