comparison Messaging/Client/MainWindow.xaml @ 28:4c0dea4760c5

RabbitMq working
author adminsh@apollo
date Wed, 21 Mar 2012 20:29:04 +0000
parents 045dac571339
children 9919ee227c93
comparison
equal deleted inserted replaced
27:96fdf58e05b4 28:4c0dea4760c5
1 <Window x:Class="Client.MainWindow" 1 <Window x:Class="Client.MainWindow"
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 Title="MainWindow" Height="350" Width="525"> 4 Title="MainWindow"
5 Width="525"
6 Height="350">
5 <Grid> 7 <Grid>
6 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>
7 </Grid> 15 </Grid>
8 </Window> 16 </Window>