예제 #1
0
 private void AmendStaff_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowStaffPage(PageFunctions.Amend);
 }
예제 #2
0
 private void StaffButton_View_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowStaffPage(PageFunctions.View);
 }