コード例 #1
0
        static void Main(string[] args)
        {
            FrontEndHelperMethods.ExerciseDetails();
            FrontEndHelperMethods.Intro();

            BackEndHelperMethods.CourseLecturerBackground();

            FrontEndHelperMethods.Signature();
            FrontEndHelperMethods.Goodbye();

            Console.ReadKey();
        }
コード例 #2
0
        static void Main(string[] args)
        {
            FrontEndHelperMethods.ExerciseDetails();
            FrontEndHelperMethods.Intro();

            BackEndHelperMethods.CreateFilePath();
            BackEndHelperMethods.CheckIfFileExists();
            BackEndHelperMethods.ReadingFromCSVFile();

            FrontEndHelperMethods.Goodbye();

            Console.ReadKey();
        }