Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <Window x:Class="Forms_Combo_Test_Import_WPF.MainWindow"
  2.        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5.        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6.        xmlns:local="clr-namespace:Forms_Combo_Test_Import_WPF"
  7.        xmlns:cmb="clr-namespace:FormsCombo;assembly=FormsCombo"
  8.        mc:Ignorable="d"
  9.        Title="MainWindow" Height="350" Width="525">
  10.     <Grid>
  11.         <cmb:FormsCombo x:Name="testCombo" Grid.Column="0" Margin="35,128,42,103"/>
  12.     </Grid>
  13. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement