Exemplo n.º 1
0
 private void AmendStaff_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowStaffPage(PageFunctions.Amend);
 }
Exemplo n.º 2
0
 private void StaffButton_View_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowStaffPage(PageFunctions.View);
 }