I’ve a form class, named EditCellForm that should implement the interface ICoordsRequester.
This interface requires the Focus() method to be implemented.
As long it’s a form, my class already implements the Focus() method but the compiler cannot see it because it’s in the Windows.Forms.Form superclass.
Any idea?
You can create a new
Focusmethod using theShadowskeywords to implement the interface:or rename your method