Exemplo n.º 1
0
 public AskHint(ActiveMV activeMV)
 {
     this.activeMV = activeMV;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public ActivePage(ManagerDispatchMob managerDispatchMob, INavigation navigation)
 {
     this.activeMV = new ActiveMV(managerDispatchMob, navigation);
     InitializeComponent();
     BindingContext = this.activeMV;
 }