codeby

var firstList = project.Lists["firstList"];
var secondList = project.Lists["secondList"];
lock(SyncObjects.ListSyncer)
{
for(int i=0; i < firstList.Count; i++)
{
var str1 = firstList;
for(int j=secondList.Count-1; j >= 0; j--)
{
var str2 = secondList[j];
if (str1==str2)
{
secondList.RemoveAt(j);
}
}
}
}
Сайт
http://marketing2.ru
Gender
Male

Подпись

-=-=-=-=-=-

Подписчики

Трофеи

  1. 10

    I Like It a Lot

    Your messages have been liked 25 times.
  2. 10

    Can't Stop!

    You've posted 100 messages. I hope this took you more than a day!
  3. 2

    Somebody Likes You

    Somebody out there liked one of your messages. Keep posting like that for more!
  4. 5

    Keeps Coming Back

    30 messages posted. You must like it here!
  5. 1

    First Message

    Post a message somewhere on the site to receive this.