public Toto (int cnt, int from)
private void FillNumbers()
for (int i=0; 1<from; i++)
for (int i=0; i<cnt; i++)
Console.WriteLine(array[1]);
public override string ToString()
for (int i=0; i<cnt; i++)
public static void Main(string[] args)
Console.WriteLine("6 ot 49");
Toto t = new Toto(6, 49);
Console.WriteLine("5 ot 35");
Toto t1 = new Toto(5, 35);
Console.WriteLine("6 ot 42");
Toto t2 = new Toto(6, 42);