Advertisement
programusy

Untitled

Mar 16th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <Window x:Class="SmileyFace.MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="Smiley Face" Height="300" Width="300">
  5. <Canvas x:Name="canvas"/>
  6. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement