When in a file and I try to cut and paste a field which is of the same type of the given class I get a message box asking if I want to import classes, with the given class in list.
Example:
class A
{
private A m_MyA;
}
I copy private A m_MyA; to make another field private A m_MySecondA; and I get the list box asking my if I want to import class A?
--ekiM
