コード例 #1
0
        private void Dialog_NoteAdded(object sender, SupportingSystems.GenericNoteEventArgs e)
        {
            bool Outcome = journeyRepository.UpdateWithNote(SelectedJourneyId, e.Notes);

            DisplayToast(Outcome);
        }
コード例 #2
0
ファイル: TripDetails.cs プロジェクト: DwewOlden/Roots
        private void Startpointdialog_NoteAdded(object sender, SupportingSystems.GenericNoteEventArgs e)
        {
            bool Outcome = tripRepository_.UpdateWithStartPlace(SelectedTripId, e.Notes);

            DisplayToast(Outcome);
        }