Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interfaces
Message
From
01/10/2003 13:31:35
 
 
To
01/10/2003 13:22:33
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00833901
Message ID:
00833905
Views:
27
This message has been marked as the solution to the initial question of the thread.
Try this:
Public Interface A
    Sub Test()
End Interface

Public Interface B
    Sub Test()
End Interface

Public Class Sample
    Implements A, B

    Public Sub TestA() Implements A.Test
        'Add code here
    End Sub

    Public Sub TestB() Implements B.Test
        'Add code here
    End Sub
End Class

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform