Exemplo n.º 1
0
 private void Button4_Click(object sender, EventArgs e)
 {
     profile = currentProfile.SaveProfile("CrazyRecyclingProfile.txt");
 }
Exemplo n.º 2
0
 private void SaveProfileWithName(string name)
 {
     currentProfile.SaveProfile(name);
     GenerateProfilesDisplay(name);
 }