命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -18,17 +18,18 @@ public partial class ClashReportViewModel(UIApplication uiapp) : ObservableObjec
|
||||
{
|
||||
[ObservableProperty]
|
||||
[NotifyCanExecuteChangedFor(nameof(RevitAddins.RvMEP.ClashReportViewModel.RefreshCommand))]
|
||||
private string filePathName;
|
||||
public partial string FilePathName { get; set; }
|
||||
public UIApplication UiApp { get; set; } = uiapp;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool inCurrentView = true;
|
||||
[ObservableProperty]
|
||||
private bool isSetSectionBox;
|
||||
public partial bool InCurrentView { get; set; } = true;
|
||||
|
||||
[ObservableProperty]
|
||||
public partial bool IsSetSectionBox { get; set; }
|
||||
public DataTable DataSource { get; set; } = new DataTable();
|
||||
[ObservableProperty]
|
||||
private DataTable currentViewItems = new();
|
||||
public partial DataTable CurrentViewItems { get; set; } = new();
|
||||
|
||||
[RelayCommand]
|
||||
private void LvScroll(ScrollViewer scrollViewer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user