aronmatthew
Well-known member
- Joined
- Aug 5, 2019
- Messages
- 86
- Programming Experience
- Beginner
I'm trying to create a genric windows form of type T with class
and designer class
although this builds without error the form tool designer is loading with error "The designer could not be shown for this file because none of the classes within it can be designed."
C#:
public partial class form<T> : Form
C#:
partial class form<T>