コード例 #1
0
ファイル: EditTestSlidesUC.cs プロジェクト: den4md/Practica
 public void SetSuperOwner(EditTestUC superOwner)
 {
     this.superOwner = superOwner;
 }
コード例 #2
0
 public ActionBar(EditTestUC owner)
 {
     InitializeComponent();
     this.owner = owner;
 }