Beispiel #1
0
 public LearningType_WordOfTheDayView()
 {
     InitializeComponent();
     BindingContext = new LearningType_WordOfTheDayViewModel();
 }
Beispiel #2
0
        private void LoadWordOfTheDay()
        {
            var vm = new LearningType_WordOfTheDayViewModel();

            CrossLocalNotifications.Current.Show("EinfachDeutsch", "Word of the day is " + vm.CurrentEntry.FullEntry, 1, DateTime.Now.AddHours(2));
        }