コード例 #1
0
 /// <summary>
 /// Test Method to Generate the list
 /// </summary>
 void CreateList()
 {
     taskList.titleLabel.text = "TASK LIST";
     taskList.CreateTestList();
 }