Mercurial > silverbladetech
diff Messaging/Client/MainWindow.xaml @ 28:4c0dea4760c5
RabbitMq working
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 20:29:04 +0000 |
parents | 045dac571339 |
children | 9919ee227c93 |
line wrap: on
line diff
--- a/Messaging/Client/MainWindow.xaml Wed Mar 21 19:00:59 2012 +0000 +++ b/Messaging/Client/MainWindow.xaml Wed Mar 21 20:29:04 2012 +0000 @@ -1,8 +1,16 @@ <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"> + Title="MainWindow" + Width="525" + Height="350"> <Grid> - + <StackPanel> + <Button Name="btnSockets" Content="Sockets" /> + <Button Name="btnRabbit" + Click="BtnRabbitClick" + Content="Rabbit" /> + <Button Name="btnRabbitProto" Content="Rabbit Proto" /> + </StackPanel> </Grid> </Window>