1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using Family;
using Home;
 
namespace ThankYou
{
private FamilySupport familySupport = new FamilySupport(); 
  public partial class TNX : Form   {        }      private TNX_Load(object sender, EventArgs e)   {     foreach(person p in familySupport.persons)     {       p = "Thank you for supporting me...!";     }   } }