protected override void OnFirstTimeRender()
 {
     DataContext = new FindStationViewModel();
     base.OnFirstTimeRender();
     //((FindStationViewModel)DataContext).PropertyChanged += (s, e) =>
     //{
     //};
 }
Esempio n. 2
0
 protected override void OnFirstTimeRender()
 {
     DataContext = new FindStationViewModel();
     base.OnFirstTimeRender();
     //((FindStationViewModel)DataContext).PropertyChanged += (s, e) =>
     //{
     //};
 }