Ejemplo n.º 1
0
 public ReactionPage(string firsEntry, string secondEntry)
 {
     vm             = new ReactionPageViewModel(int.Parse(firsEntry), int.Parse(secondEntry));
     BindingContext = vm;
     InitializeComponent();
 }
Ejemplo n.º 2
0
 public ReactionPage()
 {
     vm             = new ReactionPageViewModel();
     BindingContext = vm;
     InitializeComponent();
 }