Esempio n. 1
0
 public BestTimesForm(BestTimesInfo bestTimesInfo, Point location)
 {
     this.bestTimesInfo = bestTimesInfo;
     this.location      = location;
     InitializeComponent();
     RefreshRecordText();
 }
Esempio n. 2
0
        public BaseInfo()
        {
            Level      = Levels.Beginner;
            MarksDoubt = true;
            Color      = true;
            Sound      = false;
            Location   = new Point();

            Game      = new GameInfo();
            BestTimes = new BestTimesInfo();
        }