コード例 #1
0
ファイル: AccountModel.cs プロジェクト: anx13ty98/idle_master
 /// <summary>
 /// Updates number of active idle processes
 /// </summary>
 private void CheckIdleStatus()
 {
     ActiveProcessCount = AllBadges.Concat(Games).Count(b => b.CardIdleActive);
 }