Esempio n. 1
0
 public void setfbAccount(Facebook newfbAccount)
 {
     fbAccount = newfbAccount;
 }
Esempio n. 2
0
 public Person(string name, Facebook fbAccount, Twitter twAccount)
 {
     this.name      = name;
     this.fbAccount = fbAccount;
     this.twAccount = twAccount;
 }