Exemplo n.º 1
0
        public static UserInterface GetInstance()
        {
            if (singleInstance == null)
            {
                singleInstance = new MatrixUserInterface();
            }

            return(singleInstance);
        }
        public static UserInterface GetInstance()
        {
            if (singleInstance == null)
            {
                singleInstance = new MatrixUserInterface();
            }

            return singleInstance;
        }