命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user