Ejemplo n.º 1
0
 public void SetSuperOwner(EditTestUC superOwner)
 {
     this.superOwner = superOwner;
 }
Ejemplo n.º 2
0
 public ActionBar(EditTestUC owner)
 {
     InitializeComponent();
     this.owner = owner;
 }