Merge branch 'main' of https://git.bib.de/PBG2H25AGE/WIR-MACHEN-ALLE-ARM
This commit is contained in:
@@ -33,5 +33,7 @@
|
|||||||
|
|
||||||
<Image Grid.Column="5" Grid.Row="1" x:Name="Dealer_Bild_1"/>
|
<Image Grid.Column="5" Grid.Row="1" x:Name="Dealer_Bild_1"/>
|
||||||
<Image Grid.Column="7" Grid.Row="1" x:Name="Dealer_Bild_2"/>
|
<Image Grid.Column="7" Grid.Row="1" x:Name="Dealer_Bild_2"/>
|
||||||
|
|
||||||
|
<Button Grid.Column="0" Grid.Row="0" Content="Hauptmenü" HorizontalAlignment="Left" Click="Hauptmenue"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
|||||||
@@ -56,5 +56,9 @@ namespace Casino
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
private void Hauptmenue(object sender, RoutedEventArgs e)
|
||||||
|
{
|
||||||
|
Close();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
<Image Grid.Column="5" Grid.Row="2" x:Name="Bild_2"/>
|
<Image Grid.Column="5" Grid.Row="2" x:Name="Bild_2"/>
|
||||||
<Image Grid.Column="7" Grid.Row="2" x:Name="Bild_3"/>
|
<Image Grid.Column="7" Grid.Row="2" x:Name="Bild_3"/>
|
||||||
<Image Grid.Column="9" Grid.Row="2" x:Name="Bild_4"/>
|
<Image Grid.Column="9" Grid.Row="2" x:Name="Bild_4"/>
|
||||||
|
<Button Grid.Column="0" Grid.Row="0" Content="Hauptmeü" HorizontalAlignment="Left" Click="Hauptmenue"/>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
|||||||
@@ -60,5 +60,10 @@ namespace Casino
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void Hauptmenue(object sender, RoutedEventArgs e)
|
||||||
|
{
|
||||||
|
Close();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user