Esempio n. 1
0
 public PrikazVrsteClanka()
 {
     InitializeComponent();
     BindingContext = vm = new VrstaClankaViewModel();
 }
 public VrstaClankaPage()
 {
     InitializeComponent();
     BindingContext = vm = new VrstaClankaViewModel();
 }
Esempio n. 3
0
 public DodajVrstuClanka()
 {
     InitializeComponent();
     BindingContext = vm = new VrstaClankaViewModel();
 }