命名优化,达芬奇字体修改工具

This commit is contained in:
GG Z
2025-10-04 08:52:23 +08:00
parent 0d0afbc78e
commit 4722a4c881
121 changed files with 1801 additions and 1368 deletions

View File

@@ -13,28 +13,28 @@ public partial class VisibilityViewModel : ObservableObject
public ActionEventHandler VisibilityHandler { get; } = new();
[ObservableProperty]
private bool wallChecked;
public partial bool WallChecked { get; set; }
[ObservableProperty]
private bool floorChecked;
public partial bool FloorChecked { get; set; }
[ObservableProperty]
private bool beamChecked;
public partial bool BeamChecked { get; set; }
[ObservableProperty]
private bool mechanicalChecked;
public partial bool MechanicalChecked { get; set; }
[ObservableProperty]
private bool columnChecked;
public partial bool ColumnChecked { get; set; }
[ObservableProperty]
private bool plumbingChecked;
public partial bool PlumbingChecked { get; set; }
[ObservableProperty]
private bool cableTrayChecked;
public partial bool CableTrayChecked { get; set; }
[ObservableProperty]
private bool conduitChecked;
public partial bool ConduitChecked { get; set; }
partial void OnBeamCheckedChanged(bool value)
{