Added StatsCalculator and Periode Class

This commit is contained in:
Kenneth van Ewijk
2014-10-17 10:08:42 +02:00
parent a3d97a8080
commit da329ef681
3 changed files with 85 additions and 19 deletions
+7
View File
@@ -0,0 +1,7 @@
public class Periode
{
public Periode()
{
}
}