using System; namespace lliurex { namespace controlcenter { public class UniconfManager { //[System.Runtime.InteropServices.DllImport ("/usr/lib/libuniconf.so")] public UniconfManager () { Console.WriteLine("[UniconfManager] Testing"); } } } }