重命名控件库
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:NeoWindow
|
||||
<ui:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCommon.AutoSaveView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
@@ -6,7 +6,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:rvCommon="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
|
||||
Title="自动保存"
|
||||
Width="300"
|
||||
Height="100"
|
||||
@@ -35,4 +35,4 @@
|
||||
IsEnabled="{Binding IsChecked, ElementName=CbAutoSave}"
|
||||
Text="{Binding IntervalTime, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
</ui:MelWindow>
|
||||
|
||||
Reference in New Issue
Block a user