Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interfaces
Message
De
01/10/2003 13:31:35
 
 
À
01/10/2003 13:22:33
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00833901
Message ID:
00833905
Vues:
25
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?...

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform