Class Variables
PhoneForm.cs contains the following class variables:
public partial class PhoneForm : Form
{
CacheConnection cnCache;
DataSet ds;
CacheDataAdapter conAdapter, phoneAdapter;
DataRelation parent_to_child;
int phoneNumberID = 0;
...
Note that the purpose for phoneNumberID is explained later in the tutorial.