Exemplo n.º 1
0
 private void ProjectAction_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowActionsPage();
 }
Exemplo n.º 2
0
 private void ActionButton_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowActionsPage(pageMode: "", staffID: Globals.MyStaffID);
 }
Exemplo n.º 3
0
 private void ActionMenu_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowActionsPage(pageMode);
 }