Monday, October 20, 2008

C# Winforms Appl Design Notes

Catch events on Subclassed forms

1 comment:

  1. Use ApplicationSettingsBase.SettingsKey
    to distinguish between multiple instances of base form used in different inhereted forms.

    ReplyDelete