Example #1
0
 public static void showHistory()
 {
     if (consoleModel != null)
     {
         consoleModel.showHistory();
     }
     if (editorModel != null)
     {
         editorModel.showHistory();
     }
 }