- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
public IEnumerator GetEnumerator()
{
for (int CurID = 0; CurID < (controls.Count + animations.Count) / 2; CurID++)
{
KeyValuePair<Control, Animation> kvp = new KeyValuePair<Control, Animation>(controls[CurID], animations[CurID]);
yield return kvp;
}
}
Dreyk 14.02.2010 02:03 # 0
guest 14.02.2010 11:17 # 0
psina-from-ua 14.02.2010 11:44 # 0
Dreyk 14.02.2010 23:14 # 0
guest 15.02.2010 01:56 # 0