Button!
This commit is contained in:
@@ -18,16 +18,15 @@ namespace WpfApp1
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
int[] ZufallsZahlen = new int[6];
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
Zufallszahlen();
|
||||
InLabels();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private void Button_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
Zufallszahlen();
|
||||
InLabels();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user