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