Erster Login versuch
This commit is contained in:
@@ -19,6 +19,13 @@ namespace Casino
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
var window = new Login();
|
||||
|
||||
window.Owner = this;
|
||||
window.ShowDialog();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user