Exemplo n.º 1
0
        public TarefaPage()
        {
            InitializeComponent();

            BindingContext = new TarefaPageViewModel();

            //this.btnSalvar.Clicked += BtnSalvar_Clicked;
        }
Exemplo n.º 2
0
 public TarefaCommand(TypeCommand typeCommand, TarefaPageViewModel tarefaPageViewModel)
 {
     this.typeCommand         = typeCommand;
     this.tarefaPageViewModel = tarefaPageViewModel;
 }