private void Form1_Load(object sender, EventArgs e)
{
writeXml();
for (int i = 0; i < 27; i++)
{
if (i == 0)
{
hashWord[i] = 0;
}
else
{
hashWord[i] = hashWord[i - 1] + indexWord[i - 1];
}
}
for (int i = 1; i < 34; i++)
{
if(wordList[i].Contains("abc"));
else
listBox1.Items.Add(wordList[i]);
}
}
Hưng Giải thích giùm mình đoạn code này,cam ơn Hưng nhiều
{
writeXml();
for (int i = 0; i < 27; i++)
{
if (i == 0)
{
hashWord[i] = 0;
}
else
{
hashWord[i] = hashWord[i - 1] + indexWord[i - 1];
}
}
for (int i = 1; i < 34; i++)
{
if(wordList[i].Contains("abc"));
else
listBox1.Items.Add(wordList[i]);
}
}
Hưng Giải thích giùm mình đoạn code này,cam ơn Hưng nhiều