I get an error message in VisualStudio that I can't solve on my own. The message is:
Inconsistent accesibility: property type 'WindowsFormApplication1.ContactFiles.Contact' is less accessible than property 'WindowsFormApplication1.ContactForm.ContactData'
public ContactFiles.Contact ContactData { get { return m_contact; } set { if (value != null) m_contact = value; } } Preciate help to find the error source for this problem! Thanks!