This commit is contained in:
parent
8c98fa10c5
commit
7595ca1dd3
|
@ -422,7 +422,8 @@ namespace JianGongYun.TRTC.ViewModels
|
|||
if (PropertyChanged != null)
|
||||
{
|
||||
PropertyChanged(this, new PropertyChangedEventArgs("ScreenRecordingDir"));
|
||||
PropertyChanged(this, new PropertyChangedEventArgs("DiskSize"));
|
||||
PropertyChanged(this, new PropertyChangedEventArgs("DiskSizeStr"));
|
||||
PropertyChanged(this, new PropertyChangedEventArgs("DiskTipColor"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -637,7 +638,8 @@ namespace JianGongYun.TRTC.ViewModels
|
|||
}
|
||||
#endregion
|
||||
|
||||
#region 磁盘剩余空间/// <summary>
|
||||
#region 磁盘剩余空间
|
||||
/// <summary>
|
||||
/// 磁盘剩余空间
|
||||
/// </summary>
|
||||
public double DiskSize
|
||||
|
|
Loading…
Reference in New Issue