コード例 #1
0
 public void AddLineToFavourite(Line line)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public List<BusStop> GetFavoriteBusStop(Line line)
 {
     throw new System.NotImplementedException();
 }
コード例 #3
0
 private void ExecuteNavigateToLineDetails()
 {
     SendMessage();
     _selectedLine = null;
     _navigationService.NavigateTo("LineDetailsView");
 }