Ejemplo n.º 1
0
 public TreningPage(Teretane teretane)
 {
     InitializeComponent();
     BindingContext = model = new TreningViewModel()
     {
         Teretana = teretane
     };
 }
Ejemplo n.º 2
0
 public PlacanjePage(Teretane teretane)
 {
     InitializeComponent();
     BindingContext = model = new ClanarinaViewModel()
     {
         Teretana = teretane
     };
 }