diff --git a/MainWindow.axaml b/MainWindow.axaml
index 92350c2..5315516 100644
--- a/MainWindow.axaml
+++ b/MainWindow.axaml
@@ -17,7 +17,8 @@
-
+
+
@@ -60,7 +61,7 @@
-
+
diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs
index 75651a0..92b3984 100644
--- a/MainWindow.axaml.cs
+++ b/MainWindow.axaml.cs
@@ -49,6 +49,13 @@ namespace PLG_Exam
if(DatumField.SelectedDate.HasValue == false){
DatumField.SelectedDate = DateTime.Now;
}
+
+ var timer = new DispatcherTimer();
+ timer.Interval = TimeSpan.FromMilliseconds(100);
+ timer.Tick += (_, __) => {
+ LblClock.Content = DateTime.Now.ToString("HH:mm:ss");
+ };
+ timer.Start();
}
diff --git a/obj/PLG-Exam.csproj.nuget.dgspec.json b/obj/PLG-Exam.csproj.nuget.dgspec.json
index 737d6ab..999bc83 100644
--- a/obj/PLG-Exam.csproj.nuget.dgspec.json
+++ b/obj/PLG-Exam.csproj.nuget.dgspec.json
@@ -90,7 +90,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.103/PortableRuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.104/PortableRuntimeIdentifierGraph.json"
}
}
}
diff --git a/obj/project.assets.json b/obj/project.assets.json
index 5fe916f..02c4fb3 100644
--- a/obj/project.assets.json
+++ b/obj/project.assets.json
@@ -6424,7 +6424,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.103/PortableRuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.104/PortableRuntimeIdentifierGraph.json"
}
}
}
diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache
index 5c06386..2c05b15 100644
--- a/obj/project.nuget.cache
+++ b/obj/project.nuget.cache
@@ -1,6 +1,6 @@
{
"version": 2,
- "dgSpecHash": "B1yJZlilF1Q=",
+ "dgSpecHash": "vsrCnjoheg8=",
"success": true,
"projectFilePath": "/home/fierke/Nextcloud/Documents/source/repos/PLG_Exam/PLG-Exam/PLG-Exam.csproj",
"expectedPackageFiles": [