mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
8 lines
362 B
XML
8 lines
362 B
XML
<UserControl x:Class="RealTimeObjectViewer.ObjectViewerControl"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:Serein.WorkBench.Themes">
|
|
<Grid>
|
|
<TreeView x:Name="ObjectTreeView" />
|
|
</Grid>
|
|
</UserControl> |