Exemplo n.º 1
0
 private void DefaultEntity_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowEntityPage(PageFunctions.Default);
 }
Exemplo n.º 2
0
 private void ChangeEntity_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowEntityPage(PageFunctions.Switch);
 }
Exemplo n.º 3
0
 private void AmendEntity_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowEntityPage(PageFunctions.Amend);
 }
Exemplo n.º 4
0
 private void EntityButton_New_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowEntityPage(PageFunctions.New);
 }