One year after a similare question has been posted on SO.
Generic Windows Form Template
Do you know if there're a better way to make a windows form generic, here's what I'd like to do:
public partial class EntryPointEditForm<T> : Form where T : ICriteriaObject<T>
{}
But an error is thrown telling me that:
no suitable method found to override
on the method:
protected override void Dispose(bool disposing)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…