public NotlarPage()
 {
     InitializeComponent();
     npGorunumModeli = new NotlarPageGorunumModeli();
     BindingContext  = npGorunumModeli;
 }
 public NotGirisBagCommand(NotlarPageGorunumModeli notlarPageGM)
 {
     NotlarPageGM = notlarPageGM;
 }
Esempio n. 3
0
 public SecDuzenleCommand(NotlarPageGorunumModeli notlarPageGM)
 {
     NotlarPageGM = notlarPageGM;
 }