i got a ListView in the windows form.When form loads ListView loading with personel objects. I want to do when some user double clicks on ListView , gets the personel object fro
One way is to have a public propery
as Factor Mystic has suggested.
Or you could have a parametrized ctor
and pass Personnel object. Although,
this might create some problem with
the design view of the form in Visual
Studio.