Bilder upload

This commit is contained in:
2026-09-01 10:46:20 +02:00
4 changed files with 16 additions and 19 deletions
+6 -1
View File
@@ -13,6 +13,7 @@ using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
using Mysqlx.Cursor;
namespace Casino
{
@@ -33,7 +34,11 @@ namespace Casino
{
if (checkLogin(TxtName.Text, TxtPasswort.Text))
{
DialogResult = true;
MainWindow mainWindow = new MainWindow();
mainWindow.Show();
Close();
}
else
{