@@ -34,7 +34,7 @@
|
||||
public bool IsReading { get; set; } = true;
|
||||
|
||||
|
||||
public List<InstanceBasicInfo> InstanceInfoList { get; set; }
|
||||
public List<InstanceBasicInfo> InstanceInfoList { get; set; }=new List<InstanceBasicInfo>();
|
||||
|
||||
public bool IsExistMutiFrames => InstanceInfoList.Any(t => t.NumberOfFrames > 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user