versuch audio
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
||||
<Button Content="Anmelden" Width="80" Click="Anmelden_Click"/>
|
||||
</StackPanel>
|
||||
<MediaElement Name="player"
|
||||
LoadedBehavior="Manual"
|
||||
UnloadedBehavior="Manual" />
|
||||
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
@@ -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,11 +21,14 @@ 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))
|
||||
|
||||
Reference in New Issue
Block a user