Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# version of VFP PEMSTATUS()
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01444636
Message ID:
01444734
Vues:
39
Hi Dimitry, the code Bonnie gave you in your other thread on Interfaces showed you how to find the parent form of your textbox classes - it also showed you how to test for the existence of your method, e.g. if(This.Parent is IEnableDisable) that is the beauty of interfaces - they force you to implement all methods defined in the interface ( even if there is no code in them ) so class MyForm:IEnableDisable wont compile unless you implement all of the methods it contains.
Regards,
Peter J. Kane



Pete
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform