예제 #1
0
 private void opened_fileInterface()
 {
     parseAndExecuteNotepad object1 = new parseAndExecuteNotepad();
     bool cont = true;
     while (cont == true)
     {
         globalVar.blankLine();
         System.Console.Write(appNamespace);
         globalVar.directoryLine();
         System.Console.Write(filename);
         globalVar.inputLine();
         object1.getAndExecuteCommand(Console.ReadLine());
     }
 }
예제 #2
0
        private void viewEdit_fileInterface()
        {
            parseAndExecuteNotepad object1 = new parseAndExecuteNotepad();
            bool cont = true;
            while (cont == true)
            {

            }
        }