BambooBreizhCamp.MoteurPrevalence.MoteurPrevalence C# (CSharp) Method

MoteurPrevalence() static private method

static private MoteurPrevalence ( ) : System
return System
        static MoteurPrevalence()
        {
            Moteur = PrevalenceActivator.CreateEngine(typeof(Stockage), Path.Combine(Path.GetTempPath(), "Persistance"));
        }
MoteurPrevalence