示例#1
0
 protected void SaveStep(object sender, EventArgs e)
 {
     //move to the file upload step
     ProjectCreatorHelper.MoveToNextStep(this, (int)ProjectId);
 }
示例#2
0
 protected void MoveLast(object sender, EventArgs e)
 {
     //move to the details step
     ProjectCreatorHelper.MoveToPreviousStep(this, (int)ProjectId);
 }
示例#3
0
 protected void MoveLast(object sender, EventArgs e)
 {
     //move to the license / screenshot step
     ProjectCreatorHelper.MoveToPreviousStep(this, (int)ProjectId);
 }