This commit is contained in:
2025-06-11 14:40:01 +02:00
parent 866027afc2
commit 9c5b19c37d
61 changed files with 479 additions and 52 deletions

View File

@@ -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();
}