public BestTimesForm(BestTimesInfo bestTimesInfo, Point location) { this.bestTimesInfo = bestTimesInfo; this.location = location; InitializeComponent(); RefreshRecordText(); }
public BaseInfo() { Level = Levels.Beginner; MarksDoubt = true; Color = true; Sound = false; Location = new Point(); Game = new GameInfo(); BestTimes = new BestTimesInfo(); }