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