mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-04 00:35:40 +08:00
17 lines
874 B
Plaintext
17 lines
874 B
Plaintext
|
|
<local:NodeControlBase x:Class="Serein.Workbench.Node.View.FlowCallNodeControl"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||
|
|
xmlns:local="clr-namespace:Serein.Workbench.Node.View"
|
||
|
|
xmlns:vm="clr-namespace:Serein.Workbench.Node.ViewModel"
|
||
|
|
xmlns:themes="clr-namespace:Serein.Workbench.Themes"
|
||
|
|
mc:Ignorable="d"
|
||
|
|
d:DesignHeight="450" d:DesignWidth="800"
|
||
|
|
d:DataContext="{d:DesignInstance vm:FlipflopNodeControlViewModel}">
|
||
|
|
<Grid>
|
||
|
|
<!--选择画布-->
|
||
|
|
<!--选择公开的节点-->
|
||
|
|
</Grid>
|
||
|
|
</local:NodeControlBase>
|