G
Guest
Hi,
I don't know why I'm getting this error...
The type or namespace name 'CollectionEditor' could not be found (are you
missing a using directive or an assembly reference?)
I do have using System.ComponentModel.Design; but get yelled at here:
private class CustomTableStylesCollectionEditor : CollectionEditor
{
public CustomTableStylesCollectionEditor(Type type):base(type)
{
}
....
}
Thanks again!!!
Mel
I don't know why I'm getting this error...
The type or namespace name 'CollectionEditor' could not be found (are you
missing a using directive or an assembly reference?)
I do have using System.ComponentModel.Design; but get yelled at here:
private class CustomTableStylesCollectionEditor : CollectionEditor
{
public CustomTableStylesCollectionEditor(Type type):base(type)
{
}
....
}
Thanks again!!!
Mel