Exemplo n.º 1
0
 public LeftMenuItems(
     LeftMenu c
     )
     : base()
 {
     this.owner = c;
 }
Exemplo n.º 2
0
 public LeftMenuItem(LeftMenu c)
 {
     owner = c;
 }