File: Page.xaml

package info (click to toggle)
wordpress 6.8.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 134,984 kB
  • sloc: javascript: 501,260; php: 293,711; cs: 6,126; sh: 457; xml: 22; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	x:Class="Moxiecode.Plupload.Page"
	Width="1024" Height="1024" Background="Transparent" Cursor="Hand">
    <Canvas Background="Transparent"></Canvas>
</UserControl>