Esempio n. 1
0
 public AktivneNarudzbe(int a)
 {
     InitializeComponent();
     BindingContext = model = new AktivViewModel();
     NavigationPage.SetHasBackButton(this, false);
 }
Esempio n. 2
0
 public AktivneNarudzbe()
 {
     InitializeComponent();
     BindingContext = model = new AktivViewModel();
 }