diff --git a/Bilder/Farbpalette.png b/Bilder/Farbpalette.png new file mode 100644 index 0000000..b309c14 Binary files /dev/null and b/Bilder/Farbpalette.png differ diff --git a/bibtalk/bib-talk/ChatWindow.xaml b/bibtalk/bib-talk/ChatWindow.xaml new file mode 100644 index 0000000..2f0a58b --- /dev/null +++ b/bibtalk/bib-talk/ChatWindow.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/bibtalk/bib-talk/ChatWindow.xaml.cs b/bibtalk/bib-talk/ChatWindow.xaml.cs new file mode 100644 index 0000000..dbd1f85 --- /dev/null +++ b/bibtalk/bib-talk/ChatWindow.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 bib_talk +{ + /// + /// Interaktionslogik für ChatWindow.xaml + /// + public partial class ChatWindow : Window + { + public ChatWindow() + { + InitializeComponent(); + } + } +}