I derived a class from System.Windows.Forms.Button, named Cell.
I created Button, and than changed it be a Cell.
It was complied, and run.
BUT, if I change anything in the form, my cell is removed from the code.
What can I do?