Exemplo n.º 1
0
        public static Audio GetInstance()
        {
            if (instance == null)
            {
                instance = new Audio();
            }

            return instance;
        }