Ejemplo n.º 1
0
 public bool InitView(MainPage main)
 {
     _Main = main;
     _Main.Show(this);
     return true;
 }