你应该定义 int[]activityTimes 作为一个全局变量,把它放在外面
public partial class Form1 : Form
{
string activity;
int activityTime;
bool enteredInt = false;
//initializes variables used to store activities
string activity1 = "";
string activity2 = "";
string activity3 = "";
string activity4 = "";
string activity5 = "";
//intitializes variables used to store activity times
int activityTime1 = 0;
int activityTime2 = 0;
int activityTime3 = 0;
int activityTime4 = 0;
int activityTime5 = 0;
int i;
string[] activities=new string[length];
public Form1()
{
InitializeComponent();
}
}
长风秋雁
小唯快跑啊
相关分类