Esempio n. 1
0
        public static FreeRDPGDI getInstance()
        {
            if (!initialized)
            {
                instance = new FreeRDPGDI();
                initialized = true;
            }

            return instance;
        }
Esempio n. 2
0
        public static FreeRDPGDI getInstance()
        {
            if (!initialized)
            {
                instance    = new FreeRDPGDI();
                initialized = true;
            }

            return(instance);
        }