重命名控件库
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:NeoWindow
|
||||
<ui:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvFamily.FamilyLibrary.FamilyLibraryView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
@@ -6,7 +6,7 @@
|
||||
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
|
||||
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvFamily.FamilyLibrary"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
|
||||
Title="本地族库"
|
||||
Width="1050"
|
||||
Height="600"
|
||||
@@ -314,4 +314,4 @@
|
||||
Grid.Column="4"
|
||||
Text="{Binding RevitVersion, Mode=OneWay, StringFormat=当前文件版本:Revit \{0\}}" />
|
||||
</Grid>
|
||||
</ui:NeoWindow>
|
||||
</ui:MelWindow>
|
||||
@@ -68,7 +68,7 @@ public partial class FamilyLibraryViewModel : ObservableObject
|
||||
public partial bool ActiveSnackbar { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
public partial NeoUI.Controls.Alert MessageQueue { get; set; } = new();
|
||||
public partial Melskin.Controls.Alert MessageQueue { get; set; } = new();
|
||||
|
||||
[ObservableProperty]
|
||||
public partial string Message { get; set; }
|
||||
@@ -428,7 +428,7 @@ public partial class FamilyLibraryViewModel : ObservableObject
|
||||
[RelayCommand]
|
||||
private void SelectPath()
|
||||
{
|
||||
var dialog = new NeoUI.Controls.VistaFolderBrowserDialog();
|
||||
var dialog = new Melskin.Controls.VistaFolderBrowserDialog();
|
||||
if (dialog.ShowDialog() == true)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user