Exemplo n.º 1
0
 public ChooseObj(Home h)
 {
     this.H = h;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public Main(int id, Home h)
 {
     InitializeComponent();
     this.H = h;
     this.objId = id;
 }