- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
foreach (var sheet in paper.Decomposed)
{
if (ct > 0 && sheet.Equals(paper.Decomposed[ct]))
{
paper.PaperPrice += paperPrice;
paper.PrintingPrice += printingPrice;
paper.PlatesPrice += platesPrice;
ct++;
continue;
}
ct++;
...
}
absolut 04.05.2012 20:25 # +1
lucidfoxGovno 04.05.2012 20:42 # −1
http://www.youtube.com/watch?v=10a2UP1zM3I
roman-kashitsyn 04.05.2012 20:55 # −2
absolut 04.05.2012 21:06 # +1
rat4 04.05.2012 21:33 # −1
Lure Of Chaos 04.05.2012 21:48 # 0
eth0 05.05.2012 18:00 # +1