Example #1
0
 public void SetSuperOwner(EditTestUC superOwner)
 {
     this.superOwner = superOwner;
 }
Example #2
0
 public ActionBar(EditTestUC owner)
 {
     InitializeComponent();
     this.owner = owner;
 }