Beispiel #1
0
 static void Main(string[] args)
 {
     BusinessTasks x = new BusinessTasks();
     string[] a = { "a", "b", "c", "d", "e" };
     Console.WriteLine(x.getTask(a, 3));
     Console.ReadLine();
 }
Beispiel #2
0
        static void Main(string[] args)
        {
            BusinessTasks x = new BusinessTasks();

            string[] a = { "a", "b", "c", "d", "e" };
            Console.WriteLine(x.getTask(a, 3));
            Console.ReadLine();
        }