diff --git a/Casino/Slots.xaml b/Casino/Slots.xaml new file mode 100644 index 0000000..8592401 --- /dev/null +++ b/Casino/Slots.xaml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Casino/Slots.xaml.cs b/Casino/Slots.xaml.cs new file mode 100644 index 0000000..d117545 --- /dev/null +++ b/Casino/Slots.xaml.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Shapes; + +namespace Casino +{ + /// + /// Interaktionslogik für Slots.xaml + /// + public partial class Slots : Window + { + public Slots() + { + InitializeComponent(); + } + } +}