diff --git a/PenAndPaperFinal_Final/Würfel.xaml.cs b/PenAndPaperFinal_Final/Würfel.xaml.cs new file mode 100644 index 0000000..15273bb --- /dev/null +++ b/PenAndPaperFinal_Final/Würfel.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 Pen_Paper_Main +{ + /// + /// Interaktionslogik für Würfel.xaml + /// + public partial class Würfel : Window + { + public Würfel() + { + InitializeComponent(); + } + } +}