mercredi 11 février 2015

2 Objects in a class how to notify each other


class master
{
ObjectA var1;
ObjectB var2;
}


//if var1 changes how can I notify var2. Class Master obviously knows both //of them.


Aucun commentaire:

Enregistrer un commentaire