|
@@ -1,11 +1,12 @@
|
|
|
-<Window x:Class="SAGA.MBI.WinView.Login.WinOpenFile"
|
|
|
+<windows:WinBase x:Class="SAGA.MBI.WinView.Login.WinOpenFile"
|
|
|
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:SAGA.MBI.WinView.Login"
|
|
|
xmlns:converter="clr-namespace:SAGA.DotNetUtils.WPF.Converter;assembly=SAGA.DotNetUtils"
|
|
|
- WindowStartupLocation="CenterScreen"
|
|
|
+ xmlns:windows="clr-namespace:SAGA.RevitUtils.Windows;assembly=SAGA.RevitUtils"
|
|
|
+ WindowStartupLocation="CenterScreen"
|
|
|
mc:Ignorable="d"
|
|
|
Height="400" Width="600">
|
|
|
<Window.Resources>
|
|
@@ -49,4 +50,4 @@
|
|
|
Content="从云端重新获取模型文件到本地"></CheckBox>
|
|
|
</Canvas>
|
|
|
</Grid>
|
|
|
-</Window>
|
|
|
+</windows:WinBase>
|