예제 #1
0
        private void CrewRating_Click(object sender, RoutedEventArgs e)
        {
            CrewRating dialog = new CrewRating(Starship);

            dialog.ShowDialog();
            UpdateCrewRating();
        }
예제 #2
0
 private void CrewRating_Click(object sender, RoutedEventArgs e)
 {
     CrewRating dialog = new CrewRating(Starship);
     dialog.ShowDialog();
     UpdateCrewRating();
 }