Exemplo n.º 1
0
 private void CancelButton_Click(object sender, RoutedEventArgs e)
 {
     if (pageMode == PageFunctions.Lookup)
     {
         StaffFunctions.CancelTeamStaffSelection();
     }
     else
     {
         PageFunctions.ShowTilesPage();
     }
 }