Mercurial > silverbladetech
annotate Messaging/Client/MainWindow.xaml @ 28:4c0dea4760c5
RabbitMq working
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 20:29:04 +0000 |
parents | 045dac571339 |
children | 9919ee227c93 |
rev | line source |
---|---|
26 | 1 <Window x:Class="Client.MainWindow" |
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
28 | 4 Title="MainWindow" |
5 Width="525" | |
6 Height="350"> | |
26 | 7 <Grid> |
28 | 8 <StackPanel> |
9 <Button Name="btnSockets" Content="Sockets" /> | |
10 <Button Name="btnRabbit" | |
11 Click="BtnRabbitClick" | |
12 Content="Rabbit" /> | |
13 <Button Name="btnRabbitProto" Content="Rabbit Proto" /> | |
14 </StackPanel> | |
26 | 15 </Grid> |
16 </Window> |