public ApplicationDataTest()
		{
			storage = new DataTestStorage(true);
			Storage.Reset(() => storage);

			dataSettings = new ApplicationInfo("EyeSoft", "Test").Settings<Foo>(true);
		}
Exemple #2
0
        public ApplicationDataTest()
        {
            storage = new DataTestStorage(true);
            Storage.Reset(() => storage);

            dataSettings = new ApplicationInfo("EyeSoft", "Test").Settings <Foo>(true);
        }
 internal void Register <T>(ApplicationDataSettings <T> applicationDataSettings)
 {
     Data.Register(applicationDataSettings);
 }