using System; namespace lliurex { namespace controlcenter { class MainClass { public static void Main (string[] args) { Core c = Core.getCore(); c.Init(); } } } }