Exemplo n.º 1
0
 public AddEmployeePage()
 {
     InitializeComponent();
     BindingContext = new AddEmployeePageViewModel(Navigation);
 }
 public async void Init()
 {
     On <iOS>().SetUseSafeArea(true);
     this.BindingContext = viewModel = new AddEmployeePageViewModel();
 }