Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# QuickStart question
Message
 
To
19/02/2004 10:31:15
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00878722
Message ID:
00878774
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform