Search Results

0
votes
1answer
84 views

How to send email from windows form app with log4net

I have set up log4net in my C# 3.5 windows form application. I am looking for how to send email from a client pc with log4net. The SMTPAppender requires knowledge of SMTPHost and the examples I'v …
0
votes

Controller/Static State Class in WinForms Application - Where to put?

I don't know if this is a better way, but I am having Structuremap create my controller and database instance. The main form has no real code in it - it just loads the first set of controls an …