加入DisplayID
This commit is contained in:
parent
45de9255b6
commit
3622225c0b
@ -174,6 +174,8 @@ namespace Plane.Copters
|
||||
|
||||
private bool _DisplayVirtualId = false;
|
||||
|
||||
private bool _DisplayID = true;
|
||||
|
||||
#endregion Backing Fields
|
||||
|
||||
public CopterImplSharedPart(SynchronizationContext uiSyncContext) : base(uiSyncContext)
|
||||
@ -414,7 +416,13 @@ namespace Plane.Copters
|
||||
set { Set(nameof(DisplayVirtualId), ref _DisplayVirtualId, value); }
|
||||
}
|
||||
|
||||
|
||||
public bool DisplayID
|
||||
{
|
||||
get { return _DisplayID; }
|
||||
set { Set(nameof(DisplayID), ref _DisplayID, value); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取固件版本。
|
||||
|
Loading…
Reference in New Issue
Block a user