Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <Grid Name="Grid1">
  2. ---Textboxes and Buttons for my Login---
  3. <Grid Name="Grid2" Visibility="Hidden">
  4. <Canvas Name="CanvaS" Width="200" Height="90">
  5. <ComboBox Width="180" Height="30" Name="CBBox">
  6. <ComboBoxItem Name="Item1">Item1 Instruction
  7. </ComboBoxItem>
  8. <ComboBoxItem Name="Item2">Item2 Instruction
  9. </ComboBoxItem>
  10. <Button Name="Window" Click="Window_Click"/>
  11.  
  12. </Canvas Width="200" Height="90">
  13.  
  14. </Grid>
  15.  
  16.  
  17. </Grid>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement