G
Guest
Umm...this wont work
Public Class MyTemplat
Inherits ITemplat
End Clas
I get an error stating that classes can only inherit from classes
C# allows you to do this simpl
Public Class MyTemplate : ITemplat
However, for this project I'm bound to use VB rather than C# but am now stuck on this thing...any help would be great.
Public Class MyTemplat
Inherits ITemplat
End Clas
I get an error stating that classes can only inherit from classes
C# allows you to do this simpl
Public Class MyTemplate : ITemplat
However, for this project I'm bound to use VB rather than C# but am now stuck on this thing...any help would be great.