コード例 #1
0
 protected void Page_Init(object sender, EventArgs e)
 {
     ConfigurationSteps.WBxCreateTasksTable(WBCollection.ConfigurationStepsNames);
     if (String.IsNullOrEmpty(NextConfigurationStep.Value))
     {
         NextConfigurationStep.Value = WBCollection.ConfigurationStepsNames[0];
     }
 }