예제 #1
0
파일: Program.cs 프로젝트: AntonLPN/L_FILE
        static void Main(string[] args)
        {
            Notebook notebook = new Notebook();

            notebook.Create_directory();

            notebook.Menu(notebook);

            Console.WriteLine("\t\tTHE END");
        }