mirror of
https://github.com/ckaczor/Common.Wpf.git
synced 2026-01-13 17:22:47 -05:00
8 lines
245 B
XML
8 lines
245 B
XML
<UserControl x:Class="Common.Wpf.HtmlLabelControl.HtmlLabel"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Grid>
|
|
|
|
</Grid>
|
|
</UserControl>
|