Exemple #1
0
 public ShowStatisticPage()
 {
     InitializeComponent();
     InfoTextBlock.Text = StatisticsGenerationViewModel.GetStatistic();
 }
Exemple #2
0
 private void RentalAccountingButton_Click(object sender, RoutedEventArgs e)
 {
     InfoTextBlock.Text = StatisticsGenerationViewModel.GetRentalAccounting();
 }
Exemple #3
0
 private void StatisticsButton_Click(object sender, RoutedEventArgs e)
 {
     InfoTextBlock.Text = StatisticsGenerationViewModel.GetStatistic();
 }
Exemple #4
0
 private void PriceListButton_Click(object sender, RoutedEventArgs e)
 {
     InfoTextBlock.Text = StatisticsGenerationViewModel.GetRentalPramses();
 }