Exemplo n.º 1
0
 public ListViewItemPersonne(Personne p) : base()
 {
     qui  = p;
     Text = p.ToString();
 }