Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.53 KB | None | 0 0
  1. <Window x:Class="npto_1wpf.MainWindow"
  2.         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.         Title="Wpf NPTO" Height="150" Width="325">
  5.    <StackPanel>
  6.        <Label Name="label1" Content="Tu wyswietli sie wpisany tekst" FontSize="15" />
  7.        <TextBox Name="textBox1" Text="Wpisz tekst" Height="28" Background="Aqua" />
  8.        <Button Name="button1" Content="Wykonaj" Height="41" Click="button1_Click" />
  9.    </StackPanel>
  10. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement