Example #1
0
        public GameStart()
        {
            if (profile == null)
            {
                profile = new Profile("CrazyRecyclingProfile.txt");
            }
            currentProfile.RestoreProfile(profile);
            InitializeComponent();
            textBox1.Text = currentProfile.PlayerName;

            NationalitySelect();
        }