versuch audio
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Numerics;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
@@ -20,14 +21,17 @@ namespace Casino
|
||||
/// </summary>
|
||||
public partial class Login : Window
|
||||
{
|
||||
|
||||
public Login()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void Anmelden_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if(checkLogin(TxtName.Text, TxtPasswort.Text))
|
||||
if (checkLogin(TxtName.Text, TxtPasswort.Text))
|
||||
{
|
||||
DialogResult = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user