Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Declare Class Variables

PhoneFormObj.cs contains the following class variables:


public partial class PhoneFormObj : Form
{
  ArrayList ContactList = new ArrayList();
  CacheConnection cnCache;
  Contact curContact;
  PhoneNumber curPhoneNumber;
  CacheStatus status;
  
  ...
 
FeedbackOpens in a new tab