1
votes
votes
1 answers
Slow Exit
Greetings, I have written a screen saver in C#, and I have one particularly important user who experiences a small lag time while the screen saver exits. The exit routine is quite simple: [code] private void Finished() { if (Is ...
