Advertisement
hibbzboi

Untitled

May 27th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Combination dostepneKombinacje = new Combination(systemDecyzyjny[0].Length - 1);
  2.  
  3. foreach (var comb in dostepneKombinacje.GetRowsForAllPicks())
  4. {
  5. int[] kombinacja = comb.ToArray();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement