Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# QuickStart question
Message
 
À
19/02/2004 10:31:15
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00878722
Message ID:
00878774
Vues:
21
Rex,

>The keyword new is required on "Acme.OrderSystem.CustomerOrdersForm.components" because it hides inherited member "OakLeaf.MM.Main.Windows.Forms.mmMaintenanceForm.components"

It's an error you can choose to ignore, but if you want to get rid of the warning, you can simply add the "new" keyword to the declaration of the components field:
private new System.ComponentModel.Container components = null;
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform