Ejemplo n.º 1
0
 private void UpdateLeftUnsolved()
 {
     LeftUnsolved = Aspects.Count(x => !x.IsSolved && !x.IsHidden);
 }