D
doker0
Hi.
I've made an usercontrol in full .net framework which has Items
property.
So of course i had some attributes applied like:
<System.ComponentModel.TypeConverter>
<System.ComponentModel.DesignerSerializationVisibility()>
But what happend to them in compact framework 2.0?
I've searched google and found examples only for v1.0 with System.CF
and #IF ....
and statements that cf 2.0 uses a different approach. nothing more.
I'm shocked
I've made an usercontrol in full .net framework which has Items
property.
So of course i had some attributes applied like:
<System.ComponentModel.TypeConverter>
<System.ComponentModel.DesignerSerializationVisibility()>
But what happend to them in compact framework 2.0?
I've searched google and found examples only for v1.0 with System.CF
and #IF ....
and statements that cf 2.0 uses a different approach. nothing more.
I'm shocked