![]() |
|||
Abstract members cannot be private?
By: rekha singh | 18 Jan 2010 4:53 pm
Hi, The windows project worked very well then suddenly give the following error how can I solve that CommentsIf a memeber is private why abstraction? ?
make it public void InitializeComponent () { this.label1 = new System.Windows. Forms.Label( ); this.label2 = new System.Windows. Forms.Label( ); this.label3 = new System.Wi ............ }
By: rekha singh | 18 Jan 2010
If a memeber is private why abstraction? ?
make it public void InitializeComponent () { this.label1 = new System.Windows. Forms.Label( ); this.label2 = new System.Windows. Forms.Label( ); this.label3 = new System.Wi ............ }
By: rekha singh | 18 Jan 2010
|
