Example #1
0
 private void StopTimers()
 {
     SumWriter.Stop();
     CategoryWriter.Stop();
     YearlyWriter.Stop();
     NotifyTimer.Stop();
     SpawnTimer.Stop();
 }
Example #2
0
 private void CategoryWriter_Tick(object sender, EventArgs e)
 {
     CategoryWriter.Stop();
     SaveCategorizedSums();
     CategoryWriter.Start();
 }