Example #1
0
 private void RentalAccountingButton_Click(object sender, RoutedEventArgs e)
 {
     StatisticsGeneration.SaveToFile(StatisticsGeneration.GetRentalAccounting());
 }
Example #2
0
 private void StatisticsButton_Click(object sender, RoutedEventArgs e)
 {
     StatisticsGeneration.SaveToFile(StatisticsGeneration.GetStatistic());
 }
Example #3
0
 private void RentalContractButton_Click(object sender, RoutedEventArgs e)
 {
     StatisticsGeneration.SaveToFile(StatisticsGeneration.GetRentalContract());
 }