整理
This commit is contained in:
@@ -19,7 +19,7 @@ namespace ShrlAlgoToolkit.RevitAddins.RvFamily;
|
||||
public partial class FamilyProcessorViewModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty]
|
||||
private bool addCategoryPrefix;
|
||||
private bool addCategoryui:InputAssist.Prefix;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool createCategoryFolder;
|
||||
@@ -370,7 +370,7 @@ public partial class FamilyProcessorViewModel : ObservableObject
|
||||
}
|
||||
}
|
||||
|
||||
if (AddCategoryPrefix)
|
||||
if (AddCategoryui:InputAssist.Prefix)
|
||||
{
|
||||
familyFileInfo = $"({categoryInfo}){familyFileInfo}";
|
||||
}
|
||||
@@ -422,7 +422,7 @@ public partial class FamilyProcessorViewModel : ObservableObject
|
||||
[RelayCommand]
|
||||
private void SelectDirectory()
|
||||
{
|
||||
WPFluent.Controls.VistaFolderBrowserDialog dialog = new();
|
||||
NeoUI.Controls.VistaFolderBrowserDialog dialog = new();
|
||||
//dialog.Description = "请选择文件路径";
|
||||
//dialog.SeletcedPath = @"C:\Users\ZGG\Documents";
|
||||
if (dialog.ShowDialog() == true)
|
||||
|
||||
Reference in New Issue
Block a user