Example #1
0
 /// <summary>
 /// Constructor to initiate the user interface and the field.
 /// </summary>
 public MainForm()
 {
     InitializeComponent();
     contactmanager = new ContactManager();
     InitGUI();
 }