using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WinGreed { public class GameOverCheck { public GameOverCheck() { this.lvsave = null; this.points = 0; } public ListViewItem lvsave { get; set; } public int points { get; set; } } }