I get this error. Error 1 Inconsistent accessibility: field type 'ClassAndObject .Person' is less accessible than field 'WindowsFormsAp plication.Form1 .myPerson'


Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using ClassAndObject;
...