mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
6 lines
255 B
XML
6 lines
255 B
XML
<Window x:Class="CodeSampleVb.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="Dependency property security" Height="100" Width="400">
|
|
</Window>
|