コード例 #1
0
 public CustomPageView(CustomPage parent)
     : this()
 {
     this.parent = parent;
 }
コード例 #2
0
 public void SetParent(CustomPage par)
 {
     parent = par;
 }
コード例 #3
0
 public TransitionSlideLeft(CustomPage page)
 {
     this.page = page;
 }