This commit is contained in:
David Štaleker
2024-08-02 11:09:49 +02:00
parent ca229fbd89
commit 1459205ef3
4 changed files with 17 additions and 7 deletions

View File

@@ -18,7 +18,8 @@ namespace InfosysPublisher
public WinLogin()
{
InitializeComponent();
tblVersion.Text = $"Version: {App.CurrentVersion}";
}
private async void Login_OnClick(object sender, RoutedEventArgs e)