I got a method in my ancestor form declared as Protected, this method has
empty body.
In my descendant form I declared as Protected also, then compile has no
problem but the name of the method has green underline.
The warning of the compilation is about the method hides inherited member.
Use the new keyword if hiding was intened.
empty body.
In my descendant form I declared as Protected also, then compile has no
problem but the name of the method has green underline.
The warning of the compilation is about the method hides inherited member.
Use the new keyword if hiding was intened.
Comment