Example #1
0
 private void CommentWayPoint(TreeNodeCollection tncWayPoint)
 {
     foreach (TreeNode tn in tncWayPoint)
     {
         string strIDs = ESIAPIs.SearchSystem(tn.Text);
     }
 }
Example #2
0
        private void btnTest_Click(object sender, EventArgs e)
        {
            //ReadWayPointList(lstKeyWord);
            //CommentWayPoint(tvWayPoint.Nodes);
            List <string> lstString = new List <string>();

            lstString.Add("绯舞之夜");
            lstString.Add("奥塔马");
            lstString.Add("J105000");
            ESIAPIs.SearchBulkToIDs(lstString);
        }