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