inheritance via a reference

  • Thread starter Thread starter gadya
  • Start date Start date
G

gadya

Is the code below OK?

Public Class Prices
Inherits ServiceReference1.Prices
End Class

It compiles but there are problems when I try to use it. See my query "WCF -
class inherits a service reference"
 
Back
Top