CtrEditor/OSPack.xaml

7 lines
316 B
Plaintext
Raw Normal View History

2024-05-03 05:13:25 -03:00
<UserControl x:Class="CtrEditor.OSPack"
2024-05-02 11:06:45 -03:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="200" Height="150">
<Border Background="Gray" CornerRadius="2" Height="10" Width="10"/>
</UserControl>