using System; using System.Collections; namespace lliurex { namespace controlcenter { class MainClass { enum Actions { NONE,LIST,LAUNCH }; public static void Main (string[] args) { bool no_gui=false; bool no_info=false; bool cancel_execution=false; ArrayList launch_name=new ArrayList(); ArrayList action_list=new ArrayList(); for(int i=0;i