G
Guest
Hi
I am trying to create a base class with the Protected keyword
Protected MustInherit Class MyBaseClas
..
..
End Clas
And I got an error saying something like the Protected keyword cannot be used
Anyone has any idea
Thanks.
I am trying to create a base class with the Protected keyword
Protected MustInherit Class MyBaseClas
..
..
End Clas
And I got an error saying something like the Protected keyword cannot be used
Anyone has any idea
Thanks.