Exemplo n.º 1
0
 public CustomPageView(CustomPage parent)
     : this()
 {
     this.parent = parent;
 }
Exemplo n.º 2
0
 public void SetParent(CustomPage par)
 {
     parent = par;
 }
 public TransitionSlideLeft(CustomPage page)
 {
     this.page = page;
 }