diff --git a/HorseRacingPredictor/HorseRacingPredictor/Football/Database/Fixture.cs b/HorseRacingPredictor/HorseRacingPredictor/Football/Database/Fixture.cs index 9d18089..fe9d610 100644 --- a/HorseRacingPredictor/HorseRacingPredictor/Football/Database/Fixture.cs +++ b/HorseRacingPredictor/HorseRacingPredictor/Football/Database/Fixture.cs @@ -153,6 +153,7 @@ namespace HorseRacingPredictor.Football.Database l.country AS Paese, l.name AS Campionato, f.date AS [Data / Ora], + f.timestamp AS unix_ts, f.status AS Stato, th.name AS Casa, ta.name AS Trasferta, diff --git a/HorseRacingPredictor/HorseRacingPredictor/MainWindow.xaml b/HorseRacingPredictor/HorseRacingPredictor/MainWindow.xaml index 965ea0c..e2fc556 100644 --- a/HorseRacingPredictor/HorseRacingPredictor/MainWindow.xaml +++ b/HorseRacingPredictor/HorseRacingPredictor/MainWindow.xaml @@ -8,9 +8,8 @@ Loaded="Window_Loaded"> - + + #1E1E2E #181825 #11111B @@ -41,9 +40,21 @@ - + + + + + + + + + + + - + - + - + - + - + + + + + + + @@ -313,28 +320,29 @@ - + - + + FontSize="13" VerticalContentAlignment="Center" IsHitTestVisible="True"/>