comparison Messaging/Client/UI/MainWindow.xaml @ 31:7d9de5746f18

Working version
author adminsh@apollo
date Thu, 22 Mar 2012 08:09:41 +0000
parents 8d574f2d4174
children
comparison
equal deleted inserted replaced
30:8d574f2d4174 31:7d9de5746f18
20 </Grid.RowDefinitions> 20 </Grid.RowDefinitions>
21 <Button Name="btnMsmq" 21 <Button Name="btnMsmq"
22 Grid.Row="0" 22 Grid.Row="0"
23 Grid.Column="0" 23 Grid.Column="0"
24 Margin="10" 24 Margin="10"
25 Click="btnMsmq_Click" 25 Click="BtnMsmqClick"
26 Content="Msmq" /> 26 Content="Msmq" />
27 <Button Name="btnRabbit" 27 <Button Name="btnRabbit"
28 Grid.Row="1" 28 Grid.Row="1"
29 Grid.Column="0" 29 Grid.Column="0"
30 Margin="10" 30 Margin="10"
32 Content="RabbitMq" /> 32 Content="RabbitMq" />
33 <Button Name="btnZeroMq" 33 <Button Name="btnZeroMq"
34 Grid.Row="2" 34 Grid.Row="2"
35 Grid.Column="0" 35 Grid.Column="0"
36 Margin="10" 36 Margin="10"
37 Content="0MQ" Click="btnZeroMq_Click" /> 37 Click="BtnZeroMqClick"
38 <Button Name="btnSockets" 38 Content="0MQ" />
39 <Button Name="btnSendAll"
39 Grid.Row="3" 40 Grid.Row="3"
40 Grid.Column="0" 41 Grid.Column="0"
41 Margin="10" 42 Margin="10"
42 Content="Send All" Click="btnSockets_Click" /> 43 Click="BtnSendAllClick"
44 Content="Send All" />
43 </Grid> 45 </Grid>
44 </TabItem> 46 </TabItem>
45 </TabControl> 47 </TabControl>
46 </metro:Window> 48 </metro:Window>