From 32fc287a28c24ca980f4fe67ccab178c04cd9159 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 29 Mar 2013 14:30:06 +0400 Subject: move message list markup to MessageList usercontrol --- Juick/Controls/MessageList.xaml.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Juick/Controls/MessageList.xaml.cs (limited to 'Juick/Controls/MessageList.xaml.cs') diff --git a/Juick/Controls/MessageList.xaml.cs b/Juick/Controls/MessageList.xaml.cs new file mode 100644 index 0000000..0b74705 --- /dev/null +++ b/Juick/Controls/MessageList.xaml.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Net; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Shapes; + +namespace Juick.Controls +{ + public partial class MessageList : UserControl + { + public MessageList() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3