Пример #1
0
        public static void MalzemkoduBulEkran(string data)
        {
            var Data = UrunRepo.malzemekodubul(data);

            Console.WriteLine("\nMarkalar : " + Data[0] + "\nModeller : " + Data[1] + "\nSinif Kodları : " + Data[2] + "\nSınıf Tanımları : " + Data[3] + "\nMalzeme Kodları : " + Data[4]);
            Console.WriteLine("\rSection1 " + " : " + Data[5]);
            Console.WriteLine("\rSection2 " + " : " + Data[6]);
            Console.WriteLine("\rSection3 " + " : " + Data[7]);
            Console.WriteLine("\rSection4 " + " : " + Data[8]);
            Console.WriteLine("\rSection5 " + " : " + Data[9]);
            Console.WriteLine("\rSection6 " + " : " + Data[10]);
            Console.WriteLine("\rSection7 " + " : " + Data[11]);
            Console.WriteLine("\rSection8 " + " : " + Data[12]);
            Console.WriteLine("\rSection9 " + " : " + Data[13]);
            Console.WriteLine("\rSection10" + " : " + Data[14]);
            Console.WriteLine("\rSection11" + " : " + Data[15]);
            Console.WriteLine("\rSection12" + " : " + Data[16]);
            Console.WriteLine("\rSection13" + " : " + Data[17]);
            Console.WriteLine("\rSection14" + " : " + Data[18]);
            Console.WriteLine("\rSection15" + " : " + Data[19]);
        }