Mercurial > silverbladetech
diff Messaging/Client/MainWindow.xaml @ 26:045dac571339
Working on data binding to a user control
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 15:39:53 +0000 |
parents | |
children | 4c0dea4760c5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Messaging/Client/MainWindow.xaml Wed Mar 21 15:39:53 2012 +0000 @@ -0,0 +1,8 @@ +<Window x:Class="Client.MainWindow" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + Title="MainWindow" Height="350" Width="525"> + <Grid> + + </Grid> +</Window>