24.01.2014 Views

Programowanie zwinne

Programowanie zwinne

Programowanie zwinne

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Prosty przykład<br />

void raport(DataList data)<br />

{<br />

Console.WriteLine(’***************************’);<br />

Console.WriteLine(’ Raport z dn. {0} ’, DateTime.Now);<br />

Console.WriteLine(’***************************’);<br />

}<br />

foreach(DataElement d in data)<br />

{<br />

Console.WriteLine(d.toString());<br />

}<br />

Console.WriteLine(’***********************’);<br />

Console.WriteLine(’******** Koniec *******’);<br />

Console.WriteLine(’***********************’);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!