Ejemplo n.º 1
0
        /// <summary>
        /// Resets the instance that is used for the ResxLocationProvider
        /// </summary>
        public static void Reset()
        {
            var instance = Instance;

            InstanceLocator.Dissolve(instance);
            instance = null;
        }